Home
last modified time | relevance | path

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

/linux/fs/f2fs/
H A Dsysfs.c753 sbi->blkzone_alloc_policy = t; in __sbi_store()
1312 F2FS_SBI_GENERAL_RW_ATTR(blkzone_alloc_policy);
1498 ATTR_LIST(blkzone_alloc_policy),
H A Dsegment.c2912 if (sbi->blkzone_alloc_policy == BLKZONE_ALLOC_PRIOR_CONV) in get_new_segment()
2953 sbi->blkzone_alloc_policy == BLKZONE_ALLOC_ONLY_SEQ) in get_new_segment()
H A Df2fs.h1799 unsigned int blkzone_alloc_policy; member
H A Dsuper.c4905 sbi->blkzone_alloc_policy = BLKZONE_ALLOC_PRIOR_SEQ; in f2fs_scan_devices()
/linux/Documentation/ABI/testing/
H A Dsysfs-fs-f2fs794 What: /sys/fs/f2fs/<disk>/blkzone_alloc_policy
803 blkzone_alloc_policy = 0 Prioritize writing to sequential zones
804 blkzone_alloc_policy = 1 Only allow writing to sequential zones
805 blkzone_alloc_policy = 2 Prioritize writing to conventional zones