Home
last modified time | relevance | path

Searched refs:sdev_root (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/dev/
H A Dsdev_vfsops.c87 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() function
455 *vpp = SDEVTOV(VFSTOSDEVFS(vfsp)->sdev_root); in sdev_root()
516 VN_HOLD(SDEVTOV(mntinfo->sdev_root)); in sdev_find_mntinfo()
531 vp = SDEVTOV(mntinfo->sdev_root); in sdev_mntinfo_rele()
[all …]
H A Dsdev_profile.c361 (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()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dsdev_impl.h306 struct sdev_node *sdev_root; member