Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dtime.h85 #define time_before32(b, a) time_after32(a, b) macro
/linux/fs/ext4/
H A Dialloc.c719 if (dtime && time_before32(dtime, now) && in recently_deleted()
720 time_before32(now, dtime + recentcy)) in recently_deleted()