Searched refs:rootrefs (Results 1 – 2 of 2) sorted by relevance
| /src/sys/kern/ |
| H A D | vfs_subr.c | 4170 vflush(struct mount *mp, int rootrefs, int flags, struct thread *td) in vflush() argument 4177 rootrefs, flags); in vflush() 4178 if (rootrefs > 0) { in vflush() 4255 if (rootrefs > 0 && (flags & FORCECLOSE) == 0) { in vflush() 4262 VNASSERT(rootvp->v_usecount >= rootrefs, rootvp, in vflush() 4264 rootvp->v_usecount, rootrefs)); in vflush() 4265 if (busy == 1 && rootvp->v_usecount == rootrefs) { in vflush() 4278 for (; rootrefs > 0; rootrefs--) in vflush()
|
| /src/sys/sys/ |
| H A D | vnode.h | 744 int vflush(struct mount *mp, int rootrefs, int flags, struct thread *td);
|