Searched refs:rootrefs (Results 1 – 2 of 2) sorted by relevance
| /freebsd/sys/kern/ |
| H A D | vfs_subr.c | 4195 vflush(struct mount *mp, int rootrefs, int flags, struct thread *td) in vflush() argument 4202 rootrefs, flags); in vflush() 4203 if (rootrefs > 0) { in vflush() 4280 if (rootrefs > 0 && (flags & FORCECLOSE) == 0) { in vflush() 4287 VNASSERT(rootvp->v_usecount >= rootrefs, rootvp, in vflush() 4289 rootvp->v_usecount, rootrefs)); in vflush() 4290 if (busy == 1 && rootvp->v_usecount == rootrefs) { in vflush() 4303 for (; rootrefs > 0; rootrefs--) in vflush()
|
| /freebsd/sys/sys/ |
| H A D | vnode.h | 750 int vflush(struct mount *mp, int rootrefs, int flags, struct thread *td);
|