Searched refs:VLIST_DEAD (Results 1 – 2 of 2) sorted by relevance
254 #define VLIST_DEAD 0x02 /* vnode is currently in the dead list */ macro
346 vp->v_listflag &= ~VLIST_DEAD; \2545 vp->v_listflag |= VLIST_DEAD; in vnode_list_add()2591 } else if (vp->v_listflag & VLIST_DEAD) { in vnode_list_remove_locked()6205 if (VONLIST(vp) && (vp->v_listflag & VLIST_DEAD) && in vnode_drop_internal()