Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/sys/ !
H A Dvnode_internal.h256 #define VLIST_NO_REUSE 0x08 /* vnode should not be reused, will be deallocated … macro
/xnu-12377.41.6/bsd/vfs/ !
H A Dvfs_subr.c348 if (vp->v_listflag & VLIST_NO_REUSE) { \
362 if (!(vp->v_listflag & VLIST_NO_REUSE)) { \
2431 if (!(vp->v_listflag & VLIST_NO_REUSE)) { in vnode_async_list_add_locked()
2502 if (!(vp->v_lflag & VL_DEAD) && (vp->v_listflag & VLIST_NO_REUSE)) { in vnode_list_add()
2539 if (vp->v_listflag & VLIST_NO_REUSE) { in vnode_list_add()
5754 if (!(vp->v_listflag & VLIST_NO_REUSE)) { in new_vnode()
5800 vp->v_listflag = VLIST_NO_REUSE; in new_vnode()
5852 !(vp->v_listflag & VLIST_NO_REUSE) && in new_vnode()
5892 !(vp->v_listflag & VLIST_NO_REUSE) && in new_vnode()
6206 (numvnodes > desiredvnodes || (vp->v_listflag & VLIST_NO_REUSE) || in vnode_drop_internal()