Home
last modified time | relevance | path

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

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