Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/sys/
H A Dvnode_internal.h254 #define VLIST_DEAD 0x02 /* vnode is currently in the dead list */ macro
/xnu-12377.41.6/bsd/vfs/
H A Dvfs_subr.c346 vp->v_listflag &= ~VLIST_DEAD; \
2545 vp->v_listflag |= VLIST_DEAD; in vnode_list_add()
2591 } else if (vp->v_listflag & VLIST_DEAD) { in vnode_list_remove_locked()
6205 if (VONLIST(vp) && (vp->v_listflag & VLIST_DEAD) && in vnode_drop_internal()