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

/xnu-2782.1.97/bsd/hfs/
H A Dhfs_cnode.c588 ((cp->c_flag & C_MODIFIED) || cp->c_touch_acctime ||
604 cp->c_touch_acctime || cp->c_touch_chgtime ||
1898 cp->c_touch_acctime = FALSE;
1906 cp->c_touch_acctime = FALSE;
1918 if (cp->c_touch_acctime) {
1924 cp->c_touch_acctime = FALSE;
1927 if (cp->c_touch_acctime || cp->c_touch_chgtime ||
1937 if (cp->c_touch_acctime) {
1948 cp->c_touch_acctime = FALSE;
H A Dhfs_cnode.h159 atomicflag_t c_touch_acctime; member in struct:cnode
H A Dhfs_vnops.c226 cp->c_touch_acctime = TRUE;
1007 (cp->c_touch_acctime || cp->c_touch_chgtime || cp->c_touch_modtime)) {
1177 if (cp->c_touch_acctime) {
1522 cp->c_touch_acctime=TRUE;
1648 cp->c_touch_acctime = FALSE;
2728 from_cp->c_touch_acctime = TRUE;
2733 to_cp->c_touch_acctime = TRUE;
3042 cp->c_touch_acctime = FALSE;
3194 cp->c_touch_acctime = FALSE;
5702 cp->c_touch_acctime
[all...]
H A Dhfs_readwrite.c165 VTOC(vp)->c_touch_acctime = TRUE;
235 cp->c_touch_acctime = TRUE;
3261 cp->c_touch_acctime = 0;
4391 VTOC(vp)->c_touch_acctime = TRUE;
4485 cp->c_touch_acctime = TRUE;
H A Dhfs_vfsops.c2466 (cp->c_touch_acctime | cp->c_touch_chgtime | cp->c_touch_modtime) ||
2550 (cp->c_touch_acctime == 0) &&

Completed in 57 milliseconds