Searched refs:c_atime (Results 1 - 5 of 5) sorted by relevance

/xnu-2782.1.97/bsd/hfs/
H A Dhfs_cnode.h197 #define c_atime c_attr.ca_atime macro
H A Dhfs_vnops.c1183 vap->va_access_time.tv_sec = cp->c_atime;
1647 cp->c_atime = vap->va_access_time.tv_sec;
2314 from_cp->c_atime = to_cp->c_atime;
2360 to_cp->c_atime = tempattr.ca_atime;
5808 if (cp->c_atime < VTOHFS(vp)->hfc_timebase)
H A Dhfs_cnode.c1938 cp->c_atime = tv.tv_sec;
1944 if ((((u_int32_t)cp->c_atime - (u_int32_t)(cp)->c_attr.ca_atimeondisk) >
H A Dhfs_hotfiles.c822 (cp->c_atime < hfsmp->hfc_timebase)) {
881 (ffp->ff_size == 0) || (cp->c_atime < hfsmp->hfc_timebase)) {
H A Dhfs_readwrite.c258 if (cp->c_atime < hfsmp->hfc_timebase) {
263 cp->c_atime = tv.tv_sec;
4476 if (cp->c_atime < VTOHFS(vp)->hfc_timebase) {
4481 cp->c_atime = tv.tv_sec;

Completed in 91 milliseconds