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

/darwin-on-arm/xnu/bsd/sys/
H A Dvnode_internal.h142 uint32_t v_listflag; /* flags protected by the vnode_list_lock (see below) */ member in struct:vnode
217 * v_listflag
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_subr.c280 vp->v_listflag &= ~VLIST_DEAD; \
291 vp->v_listflag &= ~VLIST_ASYNC_WORK; \
299 if ( !(vp->v_listflag & VLIST_RAGE)) \
304 vp->v_listflag &= ~VLIST_RAGE; \
1611 vp->v_listflag |= VLIST_ASYNC_WORK;
1651 vp->v_listflag |= VLIST_RAGE;
1670 vp->v_listflag |= VLIST_DEAD;
1704 * the v_listflag field is
1707 if (vp->v_listflag & VLIST_RAGE)
1709 else if (vp->v_listflag
[all...]

Completed in 81 milliseconds