Searched refs:seq_file_ra_mul (Results 1 - 4 of 4) sorted by relevance

/linux-master/fs/f2fs/
H A Dsysfs.c685 if (!strcmp(a->attr.name, "seq_file_ra_mul")) {
687 sbi->seq_file_ra_mul = t;
1001 F2FS_SBI_GENERAL_RW_ATTR(seq_file_ra_mul); variable
1190 ATTR_LIST(seq_file_ra_mul),
H A Df2fs.h1775 unsigned long seq_file_ra_mul; /* multiplier for ra_pages of seq. files in fadvise */ member in struct:f2fs_sb_info
H A Dsuper.c3771 sbi->seq_file_ra_mul = MIN_RA_MUL;
H A Dfile.c4898 F2FS_I_SB(inode)->seq_file_ra_mul;

Completed in 174 milliseconds