Searched refs:DEF_MAX_VICTIM_SEARCH (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/fs/f2fs/ | ||
H A D | gc.h | 31 #define DEF_MAX_VICTIM_SEARCH 4096 /* covers 8GB */ macro |
H A D | super.c | 3779 sbi->max_victim_search = DEF_MAX_VICTIM_SEARCH; in init_sb_info() |