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

/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dvnode_internal.h134 uint32_t v_listflag; /* flags protected by the vnode_list_lock (see below) */ member in struct:vnode
201 * v_listflag
/macosx-10.10/xnu-2782.1.97/bsd/vfs/
H A Dvfs_subr.c286 vp->v_listflag &= ~VLIST_DEAD; \
297 vp->v_listflag &= ~VLIST_ASYNC_WORK; \
305 if ( !(vp->v_listflag & VLIST_RAGE)) \
310 vp->v_listflag &= ~VLIST_RAGE; \
1662 vp->v_listflag |= VLIST_ASYNC_WORK;
1702 vp->v_listflag |= VLIST_RAGE;
1721 vp->v_listflag |= VLIST_DEAD;
1755 * the v_listflag field is
1758 if (vp->v_listflag & VLIST_RAGE)
1760 else if (vp->v_listflag
[all...]

Completed in 165 milliseconds