Home
last modified time | relevance | path

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

/linux-6.1.9/fs/f2fs/
Dsuper.c3617 sbi->max_fragment_chunk = DEF_FRAGMENT_SIZE; in init_sb_info()
3618 sbi->max_fragment_hole = DEF_FRAGMENT_SIZE; in init_sb_info()
Df2fs.h3711 #define DEF_FRAGMENT_SIZE 4 macro