Searched refs:PC_ACC (Results 1 – 3 of 3) sorted by relevance
74 #define PC_ACC 0x10 /* file data has been accessed */ macro
352 pcp->pc_flags |= (PC_CHG | PC_ACC); in pc_mark_acc()538 pcp->pc_flags &= ~(PC_CHG | PC_MOD | PC_ACC); in pc_nodeupdate()566 pcp->pc_flags &= ~(PC_CHG | PC_MOD | PC_ACC); in pc_nodeupdate()
1479 if ((pcp->pc_flags & PC_ACC) == 0 && in pcfs_getapage()