Home
last modified time | relevance | path

Searched refs:MIN_RA_MUL (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/fs/f2fs/
H A Dsysfs.c720 if (t >= MIN_RA_MUL && t <= MAX_RA_MUL) in __sbi_store()
H A Dsuper.c3896 sbi->seq_file_ra_mul = MIN_RA_MUL; in init_sb_info()
H A Df2fs.h4369 #define MIN_RA_MUL 2 macro