sdev_root
(void) prof_lookup_globaldev(dir, sdev_origins->sdev_root,
gdir = sdev_origins->sdev_root; /* root of global /dev */
dir = sdev_data->sdev_root; /* root of current instance */
VFSNAME_ROOT, { .vfs_root = sdev_root },
dv = sdev_data->sdev_root;
sdev_data->sdev_root = dv;
dv->sdev_origin = sdev_origins->sdev_root;
dv = VFSTOSDEVFS(vfsp)->sdev_root;
*vpp = SDEVTOV(VFSTOSDEVFS(vfsp)->sdev_root);
if (strcmp(mntpt, mntinfo->sdev_root->sdev_name) == 0) {
VN_HOLD(SDEVTOV(mntinfo->sdev_root));
vp = SDEVTOV(mntinfo->sdev_root);
func(mntinfo->sdev_root, arg);
static int sdev_root(struct vfs *, struct vnode **);
struct sdev_node *sdev_root;