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

/linux-master/fs/f2fs/
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))
1637 f2fs_time_over(sbi, UMOUNT_DISCARD_TIMEOUT))
1660 f2fs_time_over(sbi, UMOUNT_DISCARD_TIMEOUT))
H A Df2fs.h1903 static inline bool f2fs_time_over(struct f2fs_sb_info *sbi, int type) function
2869 return f2fs_time_over(sbi, type);
H A Dsuper.c2188 while (!f2fs_time_over(sbi, DISABLE_TIME)) {

Completed in 162 milliseconds