Searched refs:sdev_root (Results 1 – 3 of 3) sorted by relevance
87 static int sdev_root(struct vfs *, struct vnode **);151 VFSNAME_ROOT, { .vfs_root = sdev_root }, in devinit()287 dv = sdev_data->sdev_root; in sdev_mount()343 sdev_data->sdev_root = dv; in sdev_mount()358 dv->sdev_origin = sdev_origins->sdev_root; in sdev_mount()397 dv = VFSTOSDEVFS(vfsp)->sdev_root; in sdev_unmount()453 sdev_root(struct vfs *vfsp, struct vnode **vpp) in sdev_root() function455 *vpp = SDEVTOV(VFSTOSDEVFS(vfsp)->sdev_root); in sdev_root()515 if (strcmp(mntpt, mntinfo->sdev_root->sdev_name) == 0) { in sdev_find_mntinfo()516 VN_HOLD(SDEVTOV(mntinfo->sdev_root)); in sdev_find_mntinfo()[all …]
361 (void) prof_lookup_globaldev(dir, sdev_origins->sdev_root, in prof_make_maps()943 gdir = sdev_origins->sdev_root; /* root of global /dev */ in sdev_process_profile()944 dir = sdev_data->sdev_root; /* root of current instance */ in sdev_process_profile()
306 struct sdev_node *sdev_root; member