Searched refs:VINACT (Results 1 – 3 of 3) sorted by relevance
125 if (vp->v_flag & (VINACT | VRECLM)) { in vn_wait()291 if (vp->v_flag & (VINACT | VRECLM)) { in vn_purge()371 vp->v_flag |= VINACT; in vn_rele()385 vp->v_flag &= ~(VINACT|VWAIT|VRECLM|VMODIFIED); in vn_rele()
148 #define VINACT 0x1 /* vnode is being inactivated */ macro
487 if (vp->v_flag & (VINACT | VRECLM)) { in xfs_iget()