Home
last modified time | relevance | path

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

/freebsd-13.1/sys/kern/
H A Dvfs_subr.c3805 vflush(struct mount *mp, int rootrefs, int flags, struct thread *td) in vflush() argument
3812 rootrefs, flags); in vflush()
3813 if (rootrefs > 0) { in vflush()
3894 if (rootrefs > 0 && (flags & FORCECLOSE) == 0) { in vflush()
3901 VNASSERT(rootvp->v_usecount >= rootrefs, rootvp, in vflush()
3903 rootvp->v_usecount, rootrefs)); in vflush()
3904 if (busy == 1 && rootvp->v_usecount == rootrefs) { in vflush()
3917 for (; rootrefs > 0; rootrefs--) in vflush()
/freebsd-13.1/sys/sys/
H A Dvnode.h719 int vflush(struct mount *mp, int rootrefs, int flags, struct thread *td);