Searched refs:PC_CHG (Results 1 – 4 of 4) sorted by relevance
241 } else if (pcp->pc_flags & PC_CHG) { in pc_rele()321 pcp->pc_flags |= PC_CHG; in pc_mark_mod()352 pcp->pc_flags |= (PC_CHG | PC_ACC); in pc_mark_acc()518 if (pcp->pc_flags & PC_CHG) in pc_nodesync()538 pcp->pc_flags &= ~(PC_CHG | PC_MOD | PC_ACC); in pc_nodeupdate()553 if (pcp->pc_flags & PC_CHG) in pc_nodeupdate()566 pcp->pc_flags &= ~(PC_CHG | PC_MOD | PC_ACC); in pc_nodeupdate()
448 pcp->pc_flags |= PC_CHG; in rwpcp()765 pcp->pc_flags |= PC_CHG; in pcfs_setattr()811 pcp->pc_flags |= PC_CHG; in pcfs_setattr()840 pcp->pc_flags |= PC_CHG; in pcfs_setattr()
806 pcp->pc_flags |= PC_CHG; in pc_rename()
71 #define PC_CHG 0x02 /* node data has been changed */ macro