Searched refs:C_MODIFIED (Results 1 - 11 of 11) sorted by relevance

/xnu-2782.1.97/bsd/hfs/
H A Dhfs_cnode.c588 ((cp->c_flag & C_MODIFIED) || cp->c_touch_acctime ||
591 if ((cp->c_flag & C_MODIFIED) || cp->c_touch_modtime){
603 if (ISSET(cp->c_flag, C_MODIFIED) || ISSET(cp->c_flag, C_FORCEUPDATE) ||
823 cp->c_flag |= C_MODIFIED;
848 if (cp->c_flag & C_MODIFIED) {
1243 cp->c_flag |= C_MODIFIED;
1815 SET(cp->c_flag, C_MODIFIED);
1946 cp->c_flag |= C_MODIFIED;
1953 cp->c_flag |= C_MODIFIED;
1967 cp->c_flag |= C_MODIFIED;
[all...]
H A Dhfs_vfsops.c2465 if ((cp->c_flag & C_MODIFIED) ||
2549 if (((cp->c_flag & C_MODIFIED) == 0) &&
3648 FTOC(fp)->c_flag &= ~C_MODIFIED;
3659 FTOC(fp)->c_flag &= ~C_MODIFIED;
3919 if (FTOC(fp)->c_flag & C_MODIFIED) {
3929 FTOC(fp)->c_flag &= ~C_MODIFIED;
3934 if (FTOC(fp)->c_flag & C_MODIFIED) {
3944 FTOC(fp)->c_flag &= ~C_MODIFIED;
3949 if (FTOC(fp)->c_flag & C_MODIFIED) {
3959 FTOC(fp)->c_flag &= ~C_MODIFIED;
[all...]
H A Dhfs_cnode.h227 #define C_MODIFIED 0x0000010 /* CNode has been modified */ macro
H A Dhfs_vnops.c504 ocp->c_flag |= C_MODIFIED | C_FORCEUPDATE; // mark it dirty
973 SET(cp->c_flag, C_MODIFIED);
1671 cp->c_flag |= C_MODIFIED;
2433 SET(from_cp->c_flag, C_MODIFIED);
2459 SET(to_cp->c_flag, C_MODIFIED);
2752 CLR(to_cp->c_flag, C_MODIFIED);
2792 CLR(from_cp->c_flag, C_MODIFIED);
2978 cp->c_flag |= C_MODIFIED;
3464 cp->c_flag &= ~(C_MODIFIED | C_FORCEUPDATE);
5689 cp->c_flag |= (C_MODIFIED | C_FORCEUPDAT
[all...]
H A Dhfs_readwrite.c1747 cp->c_flag |= C_MODIFIED | C_FORCEUPDATE;
1748 to_cp->c_flag |= C_MODIFIED | C_FORCEUPDATE;
3019 cp->c_flag |= C_MODIFIED;
3260 cp->c_flag &= ~C_MODIFIED;
4720 cp->c_flag |= C_MODIFIED; /* leof is dirty */
4765 cp->c_flag |= C_MODIFIED; /* leof is dirty */
5046 cp->c_flag |= C_MODIFIED;
H A Dhfs_btreeio.c552 VTOC(vp)->c_flag |= C_MODIFIED;
H A Dhfs_resize.c291 VTOC(vp)->c_flag |= C_MODIFIED;
1376 cp->c_flag |= C_MODIFIED;
1901 cp->c_flag |= C_MODIFIED;
H A Dhfs_xattr.c843 cp->c_flag |= C_MODIFIED;
1403 cp->c_flag |= C_MODIFIED;
1492 cp->c_flag |= C_MODIFIED;
H A Dhfs_attrlist.c341 dcp->c_flag |= (C_MODIFIED | C_FORCEUPDATE);
H A Dhfs_vfsutils.c3637 cp->c_flag |= C_MODIFIED | C_FORCEUPDATE;
/xnu-2782.1.97/bsd/hfs/hfscommon/Misc/
H A DFileExtentMapping.c742 if (FTOC(fcb)->c_flag & C_MODIFIED)
1033 FTOC(fcb)->c_flag |= C_MODIFIED | C_FORCEUPDATE;
1103 FTOC(fcb)->c_flag |= C_MODIFIED | C_FORCEUPDATE;
1117 FTOC(fcb)->c_flag |= C_MODIFIED;
1339 FTOC(fcb)->c_flag |= C_MODIFIED | C_FORCEUPDATE;
1477 FTOC(fcb)->c_flag |= (C_MODIFIED | C_FORCEUPDATE);
1968 FTOC(fcb)->c_flag |= C_MODIFIED;

Completed in 99 milliseconds