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

/xnu-2422.115.4/bsd/hfs/
H A Dhfs_catalog.h97 time_t ca_mtime; /* last data modification time */ member in struct:cat_attr
H A Dhfs_cnode.h184 #define c_mtime c_attr.ca_mtime
H A Dhfs_attrlist.c623 ((struct user64_timespec *)attrbufptr)->tv_sec = cap->ca_mtime;
628 ((struct user32_timespec *)attrbufptr)->tv_sec = cap->ca_mtime;
H A Dhfs_catalog.c1803 dir->modifyDate = UTCToLocal(to_hfs_time(attrp->ca_mtime));
1819 file->modifyDate = UTCToLocal(to_hfs_time(attrp->ca_mtime));
1867 dir->contentModDate = to_hfs_time(attrp->ca_mtime);
1930 file->contentModDate = to_hfs_time(attrp->ca_mtime);
4347 attrp->ca_mtime = to_bsd_time(crp->contentModDate);
H A Dhfs_search.c1034 matched = CompareRange(c_attr.ca_mtime,
H A Dhfs_vnops.c5859 attr.ca_atime = attr.ca_ctime = attr.ca_mtime = attr.ca_itime;

Completed in 56 milliseconds