Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dvfs_subr.c4068 vflush(struct mount *mp, int rootrefs, int flags, struct thread *td) in vflush() argument
4075 rootrefs, flags); in vflush()
4076 if (rootrefs > 0) { in vflush()
4153 if (rootrefs > 0 && (flags & FORCECLOSE) == 0) { in vflush()
4160 VNASSERT(rootvp->v_usecount >= rootrefs, rootvp, in vflush()
4162 rootvp->v_usecount, rootrefs)); in vflush()
4163 if (busy == 1 && rootvp->v_usecount == rootrefs) { in vflush()
4176 for (; rootrefs > 0; rootrefs--) in vflush()
/freebsd/sys/sys/
H A Dvnode.h733 int vflush(struct mount *mp, int rootrefs, int flags, struct thread *td);