Searched refs:ca_ctime (Results 1 - 6 of 6) sorted by relevance

/xnu-2422.115.4/bsd/hfs/
H A Dhfs_catalog.h98 time_t ca_ctime; /* last file status change */ member in struct:cat_attr
H A Dhfs_cnode.h185 #define c_ctime c_attr.ca_ctime
H A Dhfs_attrlist.c635 ((struct user64_timespec *)attrbufptr)->tv_sec = cap->ca_ctime;
640 ((struct user32_timespec *)attrbufptr)->tv_sec = cap->ca_ctime;
H A Dhfs_search.c1043 matched = CompareRange(c_attr.ca_ctime,
H A Dhfs_catalog.c1871 dir->attributeModDate = to_hfs_time(attrp->ca_ctime);
1934 file->attributeModDate = to_hfs_time(attrp->ca_ctime);
4348 attrp->ca_ctime = to_bsd_time(crp->attributeModDate);
H A Dhfs_vnops.c2216 to_cp->c_ctime = tempattr.ca_ctime;
5859 attr.ca_atime = attr.ca_ctime = attr.ca_mtime = attr.ca_itime;

Completed in 108 milliseconds