Home
last modified time | relevance | path

Searched defs:discard_policy (Results 1 – 1 of 1) sorted by relevance

/linux/fs/f2fs/
H A Df2fs.h511 struct discard_policy { struct
512 int type; /* type of discard */
513 unsigned int min_interval; /* used for candidates exist */
514 unsigned int mid_interval; /* used for device busy */
515 unsigned int max_interval; /* used for candidates not exist */
516 unsigned int max_requests; /* # of discards issued per round */
517 unsigned int io_aware_gran; /* minimum granularity discard not be aware of I/O */
518 bool io_aware; /* issue discard in idle time */
519 bool sync; /* submit discard with REQ_SYNC flag */
520 bool ordered; /* issue discard by lba order */
[all …]