Searched refs:sdev_root (Results 1 – 3 of 3) sorted by relevance
86 static int sdev_root(struct vfs *, struct vnode **);150 VFSNAME_ROOT, { .vfs_root = sdev_root }, in devinit()280 dv = sdev_data->sdev_root; in sdev_mount()336 sdev_data->sdev_root = dv; in sdev_mount()351 dv->sdev_origin = sdev_origins->sdev_root; in sdev_mount()389 dv = VFSTOSDEVFS(vfsp)->sdev_root; in sdev_unmount()445 sdev_root(struct vfs *vfsp, struct vnode **vpp) in sdev_root() function447 *vpp = SDEVTOV(VFSTOSDEVFS(vfsp)->sdev_root); in sdev_root()507 if (strcmp(mntpt, mntinfo->sdev_root->sdev_name) == 0) { in sdev_find_mntinfo()508 SDEVTOV(mntinfo->sdev_root)->v_count++; in sdev_find_mntinfo()[all …]
360 (void) prof_lookup_globaldev(dir, sdev_origins->sdev_root, in prof_make_maps()942 gdir = sdev_origins->sdev_root; /* root of global /dev */ in sdev_process_profile()943 dir = sdev_data->sdev_root; /* root of current instance */ in sdev_process_profile()
306 struct sdev_node *sdev_root; member