Searched refs:v_iocount (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_subr.c1413 if ((vp->v_iocount == 1) && (vp->v_usecount == 0)) {
1536 if (vp->v_iocount <= 0 && vp->v_usecount <= 0)
1537 panic("vnode_ref_ext: vp %p has no valid reference %d, %d", vp, vp->v_iocount, vp->v_usecount);
1637 if (VONLIST(vp) || (vp->v_usecount != 0) || (vp->v_iocount != 0) || (vp->v_lflag & VL_TERMINATE))
1801 if ((vp->v_iocount > 0) || (vp->v_usecount > 0)) {
1844 vp->v_iocount++;
1863 if ( (vp->v_iocount == 1) && (vp->v_usecount == 0) &&
2007 vp->v_iocount++; /* so that drain waits for * other iocounts */
2029 vp->v_iocount++; /* so that drain waits * for other iocounts */
2297 if (vp->v_iocount || v
[all...]
H A Dvfs_cache.c723 if ( (vp->v_iocount == 1) && (vp->v_usecount == 0) &&
/darwin-on-arm/xnu/bsd/sys/
H A Dvnode_internal.h149 int32_t v_iocount; /* iocounters */ member in struct:vnode

Completed in 31 milliseconds