Home
last modified time | relevance | path

Searched refs:sec_usage_check (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/fs/f2fs/ !
Dgc.c323 if (sec_usage_check(sbi, secno)) in check_bg_victims()
750 if (sec_usage_check(sbi, GET_SEC_FROM_SEG(sbi, *result))) in get_victim_by_default()
819 if (sec_usage_check(sbi, secno)) in get_victim_by_default()
Dsegment.h862 static inline bool sec_usage_check(struct f2fs_sb_info *sbi, unsigned int secno) in sec_usage_check() function