Searched refs:VLIST_ASYNC_WORK (Results 1 – 2 of 2) sorted by relevance
255 #define VLIST_ASYNC_WORK 0x04 /* vnode is currently on the deferred async work qu… macro
360 vp->v_listflag &= ~VLIST_ASYNC_WORK; \2428 vp->v_listflag |= VLIST_ASYNC_WORK; in vnode_async_list_add_locked()2445 if (!(vp->v_listflag & VLIST_ASYNC_WORK)) { in vnode_async_list_add()2503 if (!(vp->v_listflag & VLIST_ASYNC_WORK)) { in vnode_list_add()2594 } else if (vp->v_listflag & VLIST_ASYNC_WORK) { in vnode_list_remove_locked()