Searched refs:rootrefs (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/sys/fs/nullfs/ |
| H A D | null_vfsops.c | 238 int error, flags, rootrefs; local 247 for (rootrefs = 1;; rootrefs = 0) { 249 error = vflush(mp, rootrefs, flags, curthread);
|
| /freebsd-12.1/sys/kern/ |
| H A D | vfs_subr.c | 3219 vflush(struct mount *mp, int rootrefs, int flags, struct thread *td) in vflush() argument 3226 rootrefs, flags); in vflush() 3227 if (rootrefs > 0) { in vflush() 3306 if (rootrefs > 0 && (flags & FORCECLOSE) == 0) { in vflush() 3313 VNASSERT(rootvp->v_usecount >= rootrefs, rootvp, in vflush() 3315 rootvp->v_usecount, rootrefs)); in vflush() 3316 if (busy == 1 && rootvp->v_usecount == rootrefs) { in vflush() 3329 for (; rootrefs > 0; rootrefs--) in vflush()
|
| /freebsd-12.1/sys/sys/ |
| H A D | vnode.h | 653 int vflush(struct mount *mp, int rootrefs, int flags, struct thread *td);
|