Home
last modified time | relevance | path

Searched refs:PC_CHG (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/uts/common/fs/pcfs/
H A Dpc_node.c241 } 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()
H A Dpc_vnops.c448 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()
H A Dpc_dir.c806 pcp->pc_flags |= PC_CHG; in pc_rename()
/titanic_41/usr/src/uts/common/sys/fs/
H A Dpc_node.h71 #define PC_CHG 0x02 /* node data has been changed */ macro