Home
last modified time | relevance | path

Searched refs:f2fs_time_over (Results 1 – 3 of 3) sorted by relevance

/linux-6.6.21/fs/f2fs/
Dsegment.c492 (!f2fs_time_over(sbi, REQ_TIME) && f2fs_rwsem_is_locked(&sbi->cp_rwsem))) in f2fs_balance_fs_bg()
496 if (f2fs_time_over(sbi, CP_TIME)) in f2fs_balance_fs_bg()
1626 f2fs_time_over(sbi, UMOUNT_DISCARD_TIMEOUT)) in __issue_discard_cmd()
1649 f2fs_time_over(sbi, UMOUNT_DISCARD_TIMEOUT)) in __issue_discard_cmd()
Df2fs.h1862 static inline bool f2fs_time_over(struct f2fs_sb_info *sbi, int type) in f2fs_time_over() function
2846 return f2fs_time_over(sbi, type); in is_idle()
Dsuper.c2237 while (!f2fs_time_over(sbi, DISABLE_TIME)) { in f2fs_disable_checkpoint()