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

/darwin-on-arm/xnu/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.c1575 dir->modifyDate = UTCToLocal(to_hfs_time(attrp->ca_mtime));
1590 file->modifyDate = UTCToLocal(to_hfs_time(attrp->ca_mtime));
1636 dir->contentModDate = to_hfs_time(attrp->ca_mtime);
1699 file->contentModDate = to_hfs_time(attrp->ca_mtime);
3995 attrp->ca_mtime = to_bsd_time(crp->contentModDate);
H A Dhfs_search.c938 matched = CompareRange(c_attr.ca_mtime,
H A Dhfs_vnops.c5149 attr.ca_atime = attr.ca_ctime = attr.ca_mtime = attr.ca_itime;

Completed in 169 milliseconds