5 * The "cache_time" is just the low 32 bits of the
6 * time. It doesn't matter if it overflows - we only
7 * check it for equality in the 32 bits we save.
15 struct cache_time sd_ctime
;
16 struct cache_time sd_mtime
;
24 #if defined(DT_UNKNOWN) && !defined(NO_D_TYPE_IN_DIRENT)
25 #define DTYPE(de) ((de)->d_type)
35 #define DTYPE(de) DT_UNKNOWN