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.c804 sbi->gc_pin_file_threshold = t; in __sbi_store()
1256 F2FS_SBI_RW_ATTR(gc_pin_file_thresh, gc_pin_file_threshold);
H A Dgc.c2095 sbi->gc_pin_file_threshold = DEF_GC_FAILED_PINNED_FILES; in f2fs_build_gc_manager()
H A Df2fs.h1891 unsigned short gc_pin_file_threshold;
1893 unsigned short gc_pin_file_threshold; global() member
H A Dfile.c3495 if (fi->i_gc_failures >= sbi->gc_pin_file_threshold) { in f2fs_pin_file_control()