Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/vfs/
H A Dvfs_subr.c346 vp->v_listflag &= ~VLIST_DEAD; \
348 if (vp->v_listflag & VLIST_NO_REUSE) { \
360 vp->v_listflag &= ~VLIST_ASYNC_WORK; \
362 if (!(vp->v_listflag & VLIST_NO_REUSE)) { \
371 if ( !(vp->v_listflag & VLIST_RAGE)) \
376 vp->v_listflag &= ~VLIST_RAGE; \
2428 vp->v_listflag |= VLIST_ASYNC_WORK; in vnode_async_list_add_locked()
2431 if (!(vp->v_listflag & VLIST_NO_REUSE)) { in vnode_async_list_add_locked()
2445 if (!(vp->v_listflag & VLIST_ASYNC_WORK)) { in vnode_async_list_add()
2502 if (!(vp->v_lflag & VL_DEAD) && (vp->v_listflag & VLIST_NO_REUSE)) { in vnode_list_add()
[all …]
/xnu-12377.41.6/bsd/sys/
H A Dvnode_internal.h166 uint32_t v_listflag; /* flags protected by the vnode_list_lock (see below) */ member