Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/dev/
H A Dsdev_subr.c504 struct vnodeops *vt_vops; /* constructed vop */ member
607 if (vtp->vt_vops) { in sdev_get_vop()
609 *(vtp->vt_global_vops) = vtp->vt_vops; in sdev_get_vop()
611 return (vtp->vt_vops); in sdev_get_vop()
619 &vtp->vt_vops) != 0) { in sdev_get_vop()
625 *(vtp->vt_global_vops) = vtp->vt_vops; in sdev_get_vop()
629 return (vtp->vt_vops); in sdev_get_vop()