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

/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dvnode_internal.h204 #define VLIST_DEAD 0x02 /* vnode is currently in the dead list */ macro
/macosx-10.10/xnu-2782.1.97/bsd/vfs/
H A Dvfs_subr.c286 vp->v_listflag &= ~VLIST_DEAD; \
1721 vp->v_listflag |= VLIST_DEAD;
1760 else if (vp->v_listflag & VLIST_DEAD)

Completed in 161 milliseconds