Searched refs:st_ctim (Results 1 – 10 of 10) sorted by relevance
71 struct timespec st_ctim; /* time of last file status change */ member96 #define st_ctime st_ctim.tv_sec105 #define st_ctimespec st_ctim106 #define st_ctimensec st_ctim.tv_nsec
75 struct timespec st_ctim; member95 struct timespec50 st_ctim; member124 ssb->st_ctim = sb->st_ctimespec; in bsd_to_sunos_stat()128 timespec_to_timespec50(&sb->st_ctimespec, &ssb->st_ctim); in bsd_to_sunos_stat()
59 struct timespec50 st_ctim; member86 timespec_to_timespec50(&sb->st_ctimespec, &ssb->st_ctim); in bsd_to_cygwin_stat()
76 #define ARCHIVE_STAT_CTIME_NANOS(st) (st)->st_ctim.tv_nsec
90 st->st_ctim.tv_nsec = archive_entry_ctime_nsec(entry); in archive_entry_stat()
44 archive_entry_set_ctime(entry, st->st_ctime, st->st_ctim.tv_nsec); in archive_entry_copy_stat()
1072 struct unix_timeval st_ctim; member1118 target.st_ctim.tv_sec = H2T_4(host->st_ctime); in convert_to_solaris_stat()1119 target.st_ctim.tv_usec = 0; in convert_to_solaris_stat()
373 return timespeccmp(&entry->fts_statp->st_ctim, &plan->ts_data, >); in f_cnewer()389 new->ts_data = sb.st_ctim; in c_cnewer()
609 va->va_ctime = st.st_ctim; in portal_node_getattr()
95 #define st_ctimespec st_ctim