Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dvfs_subr.c3702 vflush(struct mount *mp, int rootrefs, int flags, struct thread *td) in vflush() argument
3709 rootrefs, flags); in vflush()
3710 if (rootrefs > 0) { in vflush()
3791 if (rootrefs > 0 && (flags & FORCECLOSE) == 0) { in vflush()
3798 VNASSERT(rootvp->v_usecount >= rootrefs, rootvp, in vflush()
3800 rootvp->v_usecount, rootrefs)); in vflush()
3801 if (busy == 1 && rootvp->v_usecount == rootrefs) { in vflush()
3814 for (; rootrefs > 0; rootrefs--) in vflush()
/f-stack/freebsd/sys/
H A Dvnode.h703 int vflush(struct mount *mp, int rootrefs, int flags, struct thread *td);