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

/xnu-2782.1.97/bsd/hfs/
H A Dhfs_cnode.c571 cp->c_touch_modtime = TRUE;
589 cp->c_touch_chgtime || cp->c_touch_modtime)) {
591 if ((cp->c_flag & C_MODIFIED) || cp->c_touch_modtime){
605 cp->c_touch_modtime || ISSET(cp->c_flag, C_NEEDS_DATEADDED) ||
1900 cp->c_touch_modtime = FALSE;
1928 cp->c_touch_modtime || (cp->c_flag & C_NEEDS_DATEADDED)) {
1932 if (cp->c_touch_modtime && cp->c_touch_chgtime)
1950 if (cp->c_touch_modtime) {
1952 cp->c_touch_modtime = FALSE;
H A Dhfs_cnode.h161 atomicflag_t c_touch_modtime; member in struct:cnode
H A Dhfs_vnops.c228 cp->c_touch_modtime = TRUE;
1007 (cp->c_touch_acctime || cp->c_touch_chgtime || cp->c_touch_modtime)) {
1652 cp->c_touch_modtime = FALSE;
2730 from_cp->c_touch_modtime = TRUE;
2735 to_cp->c_touch_modtime = TRUE;
3044 cp->c_touch_modtime = FALSE;
3196 cp->c_touch_modtime = FALSE;
3461 dcp->c_touch_modtime = TRUE;
5164 fdcp->c_touch_modtime = TRUE;
5173 tdcp->c_touch_modtime
[all...]
H A Dhfs_readwrite.c732 cp->c_touch_modtime = TRUE;
785 cp->c_touch_modtime = TRUE;
3263 cp->c_touch_modtime = 0;
3462 cp->c_touch_modtime = TRUE;
3552 cp->c_touch_modtime = TRUE;
3568 cp->c_touch_modtime = TRUE; /* file data was modified */
4142 cp->c_touch_modtime = TRUE;
4792 cp->c_touch_modtime = TRUE;
H A Dhfs_btreeio.c557 VTOC(vp)->c_touch_modtime = TRUE;
H A Dhfs_link.c638 tdcp->c_touch_modtime = TRUE;
H A Dhfs_vfsops.c2466 (cp->c_touch_acctime | cp->c_touch_chgtime | cp->c_touch_modtime) ||
2552 (cp->c_touch_modtime == 0) &&

Completed in 70 milliseconds