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

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_catalog.h95 time_t ca_atime; /* last access time */ member in struct:cat_attr
H A Dhfs_cnode.h183 #define c_atime c_attr.ca_atime
H A Dhfs_attrlist.c647 ((struct user64_timespec *)attrbufptr)->tv_sec = cap->ca_atime;
652 ((struct user32_timespec *)attrbufptr)->tv_sec = cap->ca_atime;
H A Dhfs_catalog.c203 (attrp->ca_atime >= hfsmp->hfc_timebase)) {
219 (attrp->ca_atime >= hfsmp->hfc_timebase)) {
1638 dir->accessDate = to_hfs_time(attrp->ca_atime);
1639 attrp->ca_atimeondisk = attrp->ca_atime;
1701 file->accessDate = to_hfs_time(attrp->ca_atime);
1702 attrp->ca_atimeondisk = attrp->ca_atime;
3993 attrp->ca_atime = to_bsd_time(crp->accessDate);
3994 attrp->ca_atimeondisk = attrp->ca_atime;
H A Dhfs_vnops.c1876 to_cp->c_atime = tempattr.ca_atime;
5149 attr.ca_atime = attr.ca_ctime = attr.ca_mtime = attr.ca_itime;
5150 attr.ca_atimeondisk = attr.ca_atime;
5192 hfs_write_dateadded (&attr, attr.ca_atime);
H A Dhfs_search.c956 matched = CompareRange(c_attr.ca_atime,

Completed in 213 milliseconds