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

/xnu-2422.115.4/bsd/hfs/
H A Dhfs_cnode.h183 #define c_atime c_attr.ca_atime macro
H A Dhfs_cnode.c1850 cp->c_atime = tv.tv_sec;
1856 if ((((u_int32_t)cp->c_atime - (u_int32_t)(cp)->c_attr.ca_atimeondisk) >
H A Dhfs_vnops.c1122 vap->va_access_time.tv_sec = cp->c_atime;
1595 cp->c_atime = vap->va_access_time.tv_sec;
2169 from_cp->c_atime = to_cp->c_atime;
2215 to_cp->c_atime = tempattr.ca_atime;
5483 if (cp->c_atime < VTOHFS(vp)->hfc_timebase)
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.c244 if (cp->c_atime < hfsmp->hfc_timebase) {
249 cp->c_atime = tv.tv_sec;
4429 if (cp->c_atime < VTOHFS(vp)->hfc_timebase) {
4434 cp->c_atime = tv.tv_sec;

Completed in 98 milliseconds