Searched refs:v_iocount (Results 1 – 3 of 3) sorted by relevance
616 } else if (vp->v_iocount > 0) { in vnode_umount_preflight()618 tsleep(&vp->v_iocount, PVFS, "vnode_drain_network", 3 * hz); in vnode_umount_preflight()619 if (vp->v_iocount > 0) { in vnode_umount_preflight()2210 if ((vp->v_iocount == 1) && (vp->v_usecount == 0)) { in checkalias()2296 if ((vflags & VNODE_WITHREF) && (vp->v_usecount == 0) && (vp->v_iocount == 0)) { in vget_internal()2340 if (vp->v_iocount <= 0 && vp->v_usecount <= 0) { in vnode_ref_ext()2341 panic("vnode_ref_ext: vp %p has no valid reference %d, %d", vp, vp->v_iocount, vp->v_usecount); in vnode_ref_ext()2478 if (VONLIST(vp) || (vp->v_usecount != 0) || (vp->v_iocount != 0) || (vp->v_lflag & VL_TERMINATE)) { in vnode_list_add()2489 ++vp->v_iocount; // Probably not necessary, but harmless in vnode_list_add()2705 if ((vp->v_iocount > 0) || (vp->v_usecount > 0)) { in vnode_rele_internal()[all …]
173 int32_t v_iocount; /* iocounters */ member
2129 iocount = int(vnode.v_iocount)2209 if int(vnodeval.v_iocount) != 0: