Searched refs:c_touch_modtime (Results 1 - 7 of 7) sorted by relevance

/xnu-2422.115.4/bsd/hfs/
H A Dhfs_cnode.c570 cp->c_touch_modtime = TRUE;
588 cp->c_touch_chgtime || cp->c_touch_modtime)) {
590 if ((cp->c_flag & C_MODIFIED) || cp->c_touch_modtime){
1815 cp->c_touch_modtime = FALSE;
1843 cp->c_touch_modtime || (cp->c_flag & C_NEEDS_DATEADDED)) {
1862 if (cp->c_touch_modtime) {
1864 cp->c_touch_modtime = FALSE;
H A Dhfs_cnode.h160 atomicflag_t c_touch_modtime; member in struct:cnode
H A Dhfs_vnops.c234 cp->c_touch_modtime = TRUE;
946 (cp->c_touch_acctime || cp->c_touch_chgtime || cp->c_touch_modtime)) {
1600 cp->c_touch_modtime = FALSE;
2491 to_cp->c_touch_modtime = TRUE;
2495 from_cp->c_touch_modtime = TRUE;
2773 cp->c_touch_modtime = FALSE;
2925 cp->c_touch_modtime = FALSE;
3192 dcp->c_touch_modtime = TRUE;
4854 fdcp->c_touch_modtime = TRUE;
4866 tdcp->c_touch_modtime
[all...]
H A Dhfs_readwrite.c711 cp->c_touch_modtime = TRUE;
746 cp->c_touch_modtime = TRUE;
3271 cp->c_touch_modtime = 0;
3462 cp->c_touch_modtime = TRUE;
3556 cp->c_touch_modtime = TRUE;
3572 cp->c_touch_modtime = TRUE; /* file data was modified */
4113 cp->c_touch_modtime = TRUE;
4743 cp->c_touch_modtime = TRUE;
H A Dhfs_btreeio.c557 VTOC(vp)->c_touch_modtime = TRUE;
H A Dhfs_link.c615 tdcp->c_touch_modtime = TRUE;
H A Dhfs_vfsops.c2481 (cp->c_touch_acctime | cp->c_touch_chgtime | cp->c_touch_modtime) ||
2564 (cp->c_touch_modtime == 0) &&

Completed in 138 milliseconds