Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/dev/
H A Dsdev_plugin.c127 return (sdp->sdev_vnode->v_type); in sdev_ctx_vtype()
155 if (sdp->sdev_vnode->v_type == VCHR || in sdev_ctx_minor()
156 sdp->sdev_vnode->v_type == VBLK) { in sdev_ctx_minor()
157 *minorp = getminor(sdp->sdev_vnode->v_rdev); in sdev_ctx_minor()
344 if (svp->sdev_vnode->v_type == VDIR) { in sdev_plugin_validate_dir()
H A Dsdev_subr.c175 vp = dv->sdev_vnode = vn_alloc(flag); in i_sdev_node_ctor()
816 if (dv->sdev_vnode->v_type != VLNK && dv->sdev_origin != NULL) in sdev_nodedestroy()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dsdev_impl.h156 struct vnode *sdev_vnode; /* vnode */ member
233 #define SDEVTOV(n) ((struct vnode *)(n)->sdev_vnode)