Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dvfs_subr.c4175 vflush(struct mount *mp, int rootrefs, int flags, struct thread *td) in vflush() argument
4182 rootrefs, flags); in vflush()
4183 if (rootrefs > 0) { in vflush()
4260 if (rootrefs > 0 && (flags & FORCECLOSE) == 0) { in vflush()
4267 VNASSERT(rootvp->v_usecount >= rootrefs, rootvp, in vflush()
4269 rootvp->v_usecount, rootrefs)); in vflush()
4270 if (busy == 1 && rootvp->v_usecount == rootrefs) { in vflush()
4283 for (; rootrefs > 0; rootrefs--) in vflush()
/freebsd/sys/sys/
H A Dvnode.h740 int vflush(struct mount *mp, int rootrefs, int flags, struct thread *td);