Home
last modified time | relevance | path

Searched refs:blkzone_alloc_policy (Results 1 – 4 of 4) sorted by relevance

/linux/Documentation/ABI/testing/
H A Dsysfs-fs-f2fs779 What: /sys/fs/f2fs/<disk>/blkzone_alloc_policy
788 blkzone_alloc_policy = 0 Prioritize writing to sequential zones
789 blkzone_alloc_policy = 1 Only allow writing to sequential zones
790 blkzone_alloc_policy = 2 Prioritize writing to conventional zones
/linux/fs/f2fs/
H A Dsegment.c2802 if (sbi->blkzone_alloc_policy == BLKZONE_ALLOC_PRIOR_CONV || pinning) in get_new_segment()
2816 if (sbi->blkzone_alloc_policy == BLKZONE_ALLOC_ONLY_SEQ) { in get_new_segment()
H A Df2fs.h1610 unsigned int blkzone_alloc_policy; member
H A Dsuper.c4634 sbi->blkzone_alloc_policy = BLKZONE_ALLOC_PRIOR_SEQ; in f2fs_scan_devices()