Searched refs:rootdevmp (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/sys/compat/linux/
H A Dlinux_stats.c81 if (rootdevmp != NULL && vp->v_mount->mnt_vfc == rootdevmp->mnt_vfc)
82 sb->st_dev = rootdevmp->mnt_stat.f_fsid.val[0];
138 if (vp != NULL && rootdevmp != NULL) {
141 if (mp != NULL && mp->mnt_vfc == rootdevmp->mnt_vfc)
142 buf->st_dev = rootdevmp->mnt_stat.f_fsid.val[0];
/freebsd-12-stable/sys/kern/
H A Dvfs_mountroot.c106 struct mount *rootdevmp; variable in typeref:struct:mount
272 if (rootdevmp != NULL) {
276 error = vfs_busy(rootdevmp, 0);
279 *mpp = rootdevmp;
307 rootdevmp = mp;
H A Dkern_shutdown.c510 vfs_ref(rootdevmp);
511 devmp = rootdevmp;
512 rootdevmp = NULL;
532 rootdevmp = devmp;
533 vfs_rel(rootdevmp);
H A Dvfs_mount.c1483 if (mp == rootdevmp)
1484 rootdevmp = NULL;
H A Dvfs_subr.c4179 if (mp == rootdevmp)
4185 if (rootdevmp != NULL)
4186 unmount_or_warn(rootdevmp);
/freebsd-12-stable/sys/sys/
H A Dvnode.h433 extern struct mount *rootdevmp; /* "/dev" mount */

Completed in 186 milliseconds