Home
last modified time | relevance | path

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

/xnu-11215/bsd/vfs/
H A Dvfs_subr.c6643 int nodead = vflags & VNODE_NODEAD; in vnode_getiocount() local
6657 if (nodead && (vp->v_lflag & VL_DEAD) && ((vp->v_type == VBAD) || (vp->v_data == 0))) { in vnode_getiocount()