Lines Matching refs:pn_stat
874 pn->pn_stat |= PNODE_RDIRECT;
876 pn->pn_stat |= PNODE_WDIRECT;
985 if (pn->pn_stat & PNODE_METACACHE_ATIME)
987 if (pn->pn_stat & PNODE_METACACHE_CTIME)
989 if (pn->pn_stat & PNODE_METACACHE_MTIME)
991 if (pn->pn_stat & PNODE_METACACHE_SIZE)
997 (pn->pn_stat & PNODE_METACACHE_SIZE);
1143 if (PUFFS_USE_METAFLUSH(pmp) && pn->pn_stat & PNODE_METACACHE_MASK) {
1144 if ((pn->pn_stat & PNODE_METACACHE_ATIME)
1147 if ((pn->pn_stat & PNODE_METACACHE_CTIME)
1150 if ((pn->pn_stat & PNODE_METACACHE_MTIME)
1153 if ((pn->pn_stat & PNODE_METACACHE_SIZE)
1157 pn->pn_stat &= ~PNODE_METACACHE_MASK;
1294 if (doinact(pmp, pnode->pn_stat & PNODE_DOINACT)) {
1303 pnode->pn_stat &= ~PNODE_DOINACT;
1309 if (pnode->pn_stat & PNODE_NOREFS) {
1310 pnode->pn_stat |= PNODE_DYING;
1325 bool reclaimqueued = pnode->pn_stat & PNODE_SOPEXP;
1328 pnode->pn_stat |= PNODE_DYING;
1358 pnode->pn_stat |= PNODE_SOPEXP;
1368 pnode->pn_stat &= ~(PNODE_RDIRECT|PNODE_WDIRECT);
1641 if (pn->pn_stat & PNODE_METACACHE_MASK
1642 && (pn->pn_stat & PNODE_DYING) == 0) {
1707 if (!EXISTSOP(pmp, FSYNC) || (pn->pn_stat & PNODE_DYING))
2242 !(pn->pn_stat & PNODE_RDIRECT) &&
2365 !(pn->pn_stat & PNODE_WDIRECT)) {
2482 (pn->pn_stat & PNODE_WDIRECT) &&
2483 !(pn->pn_stat & PNODE_RDIRECT)) {
2752 if (pn->pn_stat & PNODE_DYING) {
2774 if (pn->pn_stat & PNODE_FAF)