Searched refs:c_touch_chgtime (Results 1 - 9 of 9) sorted by relevance

/xnu-2782.1.97/bsd/hfs/
H A Dhfs_cnode.c570 cp->c_touch_chgtime = TRUE;
589 cp->c_touch_chgtime || cp->c_touch_modtime)) {
604 cp->c_touch_acctime || cp->c_touch_chgtime ||
1899 cp->c_touch_chgtime = FALSE;
1927 if (cp->c_touch_acctime || cp->c_touch_chgtime ||
1932 if (cp->c_touch_modtime && cp->c_touch_chgtime)
1964 if (cp->c_touch_chgtime) {
1966 cp->c_touch_chgtime = FALSE;
H A Dhfs_vnops.c227 cp->c_touch_chgtime = TRUE;
1007 (cp->c_touch_acctime || cp->c_touch_chgtime || cp->c_touch_modtime)) {
1615 cp->c_touch_chgtime = TRUE;
1653 cp->c_touch_chgtime = TRUE;
1746 cp->c_touch_chgtime = TRUE;
1921 cp->c_touch_chgtime = TRUE;
2390 from_cp->c_touch_chgtime = TRUE;
2395 to_cp->c_touch_chgtime = TRUE;
2729 from_cp->c_touch_chgtime = TRUE;
2734 to_cp->c_touch_chgtime
[all...]
H A Dhfs_cnode.h160 atomicflag_t c_touch_chgtime; member in struct:cnode
H A Dhfs_link.c391 cp->c_touch_chgtime = TRUE;
610 cp->c_touch_chgtime = TRUE;
637 tdcp->c_touch_chgtime = TRUE;
655 fdcp->c_touch_chgtime = TRUE;
H A Dhfs_xattr.c842 cp->c_touch_chgtime = TRUE;
1289 cp->c_touch_chgtime = TRUE;
1402 cp->c_touch_chgtime = TRUE;
1491 cp->c_touch_chgtime = TRUE;
1535 cp->c_touch_chgtime = TRUE;
H A Dhfs_btreeio.c556 VTOC(vp)->c_touch_chgtime = TRUE;
H A Dhfs_readwrite.c731 cp->c_touch_chgtime = TRUE;
784 cp->c_touch_chgtime = TRUE;
3262 cp->c_touch_chgtime = 0;
3566 cp->c_touch_chgtime = TRUE; /* status changed */
4141 cp->c_touch_chgtime = TRUE;
4793 cp->c_touch_chgtime = TRUE;
H A Dhfs_vfsops.c2466 (cp->c_touch_acctime | cp->c_touch_chgtime | cp->c_touch_modtime) ||
2551 (cp->c_touch_chgtime == 0) &&
4494 cp->c_touch_chgtime = TRUE;
/xnu-2782.1.97/bsd/hfs/hfscommon/Misc/
H A DFileExtentMapping.c1719 FTOC(fcb)->c_touch_chgtime = TRUE;

Completed in 243 milliseconds