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

/illumos-gate/usr/src/uts/common/fs/dev/
H A Dsdev_vfsops.c86 static int sdev_root(struct vfs *, struct vnode **);
150 VFSNAME_ROOT, { .vfs_root = sdev_root },
280 dv = sdev_data->sdev_root;
336 sdev_data->sdev_root = dv;
351 dv->sdev_origin = sdev_origins->sdev_root;
389 dv = VFSTOSDEVFS(vfsp)->sdev_root;
445 sdev_root(struct vfs *vfsp, struct vnode **vpp) function
447 *vpp = SDEVTOV(VFSTOSDEVFS(vfsp)->sdev_root);
507 if (strcmp(mntpt, mntinfo->sdev_root->sdev_name) == 0) {
508 SDEVTOV(mntinfo->sdev_root)
[all...]
H A Dsdev_profile.c361 (void) prof_lookup_globaldev(dir, sdev_origins->sdev_root,
943 gdir = sdev_origins->sdev_root; /* root of global /dev */
944 dir = sdev_data->sdev_root; /* root of current instance */
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dsdev_impl.h307 struct sdev_node *sdev_root; member in struct:sdev_data

Completed in 64 milliseconds