Home
last modified time | relevance | path

Searched refs:gc_pin_file_threshold (Results 1 – 4 of 4) sorted by relevance

/linux/fs/f2fs/
H A Dsysfs.c815 sbi->gc_pin_file_threshold = t; in __sbi_store()
1269 F2FS_SBI_RW_ATTR(gc_pin_file_thresh, gc_pin_file_threshold);
H A Dgc.c2141 sbi->gc_pin_file_threshold = DEF_GC_FAILED_PINNED_FILES; in f2fs_build_gc_manager()
H A Df2fs.h1939 unsigned short gc_pin_file_threshold; member
H A Dfile.c3620 if (fi->i_gc_failures >= sbi->gc_pin_file_threshold) { in f2fs_pin_file_control()