Searched refs:f2fs_time_over (Results 1 - 3 of 3) sorted by last modified time

/linux-master/fs/f2fs/
H A Dsuper.c2199 while (!f2fs_time_over(sbi, DISABLE_TIME)) {
H A Dsegment.c495 (!f2fs_time_over(sbi, REQ_TIME) && f2fs_rwsem_is_locked(&sbi->cp_rwsem)))
499 if (f2fs_time_over(sbi, CP_TIME))
1638 f2fs_time_over(sbi, UMOUNT_DISCARD_TIMEOUT))
1661 f2fs_time_over(sbi, UMOUNT_DISCARD_TIMEOUT))
H A Df2fs.h1900 static inline bool f2fs_time_over(struct f2fs_sb_info *sbi, int type) function
2867 return f2fs_time_over(sbi, type);

Completed in 183 milliseconds