Home
last modified time | relevance | path

Searched refs:rootdevmp (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/kern/
H A Dvfs_mountroot.c107 struct mount *rootdevmp; variable
259 if (rootdevmp != NULL) { in vfs_mountroot_devfs()
263 error = vfs_busy(rootdevmp, 0); in vfs_mountroot_devfs()
266 *mpp = rootdevmp; in vfs_mountroot_devfs()
294 rootdevmp = mp; in vfs_mountroot_devfs()
H A Dkern_shutdown.c545 vfs_ref(rootdevmp); in kern_reroot()
546 devmp = rootdevmp; in kern_reroot()
547 rootdevmp = NULL; in kern_reroot()
567 rootdevmp = devmp; in kern_reroot()
568 vfs_rel(rootdevmp); in kern_reroot()
H A Dvfs_mount.c1903 if (mp == rootdevmp) in dounmount()
1904 rootdevmp = NULL; in dounmount()
H A Dvfs_subr.c4727 if (mp == rootdevmp) in vfs_unmountall()
4733 if (rootdevmp != NULL) in vfs_unmountall()
4734 unmount_or_warn(rootdevmp); in vfs_unmountall()
/f-stack/freebsd/sys/
H A Dvnode.h450 extern struct mount *rootdevmp; /* "/dev" mount */