Home
last modified time | relevance | path

Searched refs:DEF_FRAGMENT_SIZE (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/fs/f2fs/
H A Dsuper.c3751 sbi->max_fragment_chunk = DEF_FRAGMENT_SIZE; in init_sb_info()
3752 sbi->max_fragment_hole = DEF_FRAGMENT_SIZE; in init_sb_info()
H A Df2fs.h3749 #define DEF_FRAGMENT_SIZE 4 macro