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

/xnu-2422.115.4/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.c406 (attrp->ca_atime >= hfsmp->hfc_timebase)) {
422 (attrp->ca_atime >= hfsmp->hfc_timebase)) {
1869 dir->accessDate = to_hfs_time(attrp->ca_atime);
1870 attrp->ca_atimeondisk = attrp->ca_atime;
1932 file->accessDate = to_hfs_time(attrp->ca_atime);
1933 attrp->ca_atimeondisk = attrp->ca_atime;
4345 attrp->ca_atime = to_bsd_time(crp->accessDate);
4346 attrp->ca_atimeondisk = attrp->ca_atime;
H A Dhfs_search.c1052 matched = CompareRange(c_attr.ca_atime,
H A Dhfs_vnops.c2215 to_cp->c_atime = tempattr.ca_atime;
5859 attr.ca_atime = attr.ca_ctime = attr.ca_mtime = attr.ca_itime;
5860 attr.ca_atimeondisk = attr.ca_atime;
5904 hfs_write_dateadded (&attr, attr.ca_atime);

Completed in 36 milliseconds