Home
last modified time | relevance | path

Searched refs:rootrefs (Results 1 – 4 of 4) sorted by relevance

/dflybsd-src/sys/kern/
H A Dvfs_mount.c1070 vflush(struct mount *mp, int rootrefs, int flags) in vflush() argument
1077 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()
/dflybsd-src/sys/sys/
H A Dvnode.h452 int vflush (struct mount *mp, int rootrefs, int flags);
/dflybsd-src/usr.sbin/makefs/hammer2/
H A Dhammer2_inode.c1846 vflush(struct mount *mp, int rootrefs, int flags) in vflush() argument
H A Dhammer2.h1565 int vflush(struct mount *mp, int rootrefs, int flags);