Searched refs:PNODE_DYING (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/fs/puffs/
H A Dpuffs_sys.h192 #define PNODE_DYING 0x002 /* NOREFS + inactive */ macro
H A Dpuffs_vnops.c1285 pnode->pn_stat |= PNODE_DYING;
1303 pnode->pn_stat |= PNODE_DYING;
1610 && (pn->pn_stat & PNODE_DYING) == 0) {
1670 if (!EXISTSOP(pmp, FSYNC) || (pn->pn_stat & PNODE_DYING))
2575 if (pn->pn_stat & PNODE_DYING) {

Completed in 226 milliseconds