Searched refs:rootrefs (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/kern/ |
H A D | vfs_subr.c | 4152 vflush(struct mount *mp, int rootrefs, int flags, struct thread *td) in vflush() argument 4159 rootrefs, flags); in vflush() 4160 if (rootrefs > 0) { in vflush() 4237 if (rootrefs > 0 && (flags & FORCECLOSE) == 0) { in vflush() 4244 VNASSERT(rootvp->v_usecount >= rootrefs, rootvp, in vflush() 4246 rootvp->v_usecount, rootrefs)); in vflush() 4247 if (busy == 1 && rootvp->v_usecount == rootrefs) { in vflush() 4260 for (; rootrefs > 0; rootrefs--) in vflush()
|
/freebsd/sys/sys/ |
H A D | vnode.h | 734 int vflush(struct mount *mp, int rootrefs, int flags, struct thread *td);
|