Searched refs:rootrefs (Results 1 – 4 of 4) sorted by relevance
1070 vflush(struct mount *mp, int rootrefs, int flags) in vflush() argument1077 if (rootrefs > 0) { in vflush()1087 rootrefs = 0; in vflush()1090 if (rootrefs) in vflush()1099 if (rootrefs > 0 && (flags & FORCECLOSE) == 0) { in vflush()1105 KASSERT(VREFCNT(rootvp) >= rootrefs, ("vflush: rootrefs")); in vflush()1106 if (vflush_info.busy == 1 && VREFCNT(rootvp) == rootrefs) { in vflush()1115 for (; rootrefs > 0; rootrefs--) in vflush()
452 int vflush (struct mount *mp, int rootrefs, int flags);
1846 vflush(struct mount *mp, int rootrefs, int flags) in vflush() argument
1565 int vflush(struct mount *mp, int rootrefs, int flags);