Home
last modified time | relevance | path

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

/linux/Documentation/ABI/testing/
H A Dsysfs-fs-f2fs616 in the length of 1..<max_fragment_hole> by turns. This value can be set
619 What: /sys/fs/f2fs/<disk>/max_fragment_hole
624 in the length of 1..<max_fragment_hole> by turns. This value can be set
/linux/Documentation/filesystems/
H A Df2fs.rst224 "max_fragment_chunk" and "max_fragment_hole" sysfs nodes.
228 length of 1..<max_fragment_hole> by turns. With this, the newly
/linux/fs/f2fs/
H A Df2fs.h1837 int max_fragment_hole; /* max hole size for block fragmentation mode */ member
H A Dsuper.c4164 sbi->max_fragment_hole = DEF_FRAGMENT_SIZE; in init_sb_info()
H A Dsegment.c3746 get_random_u32_inclusive(1, sbi->max_fragment_hole); in f2fs_randomize_chunk()