Home
last modified time | relevance | path

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

/Linux-v6.6/fs/f2fs/
Dsysfs.c945 F2FS_SBI_RW_ATTR(gc_pin_file_thresh, gc_pin_file_threshold);
Dgc.c1976 sbi->gc_pin_file_threshold = DEF_GC_FAILED_PINNED_FILES; in f2fs_build_gc_manager()
Df2fs.h1668 u64 gc_pin_file_threshold; member
Dfile.c3173 if (fi->i_gc_failures[GC_FAILURE_PIN] > sbi->gc_pin_file_threshold) { in f2fs_pin_file_control()