Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/dev/
H A Dsdev_plugin.c93 struct vnodeops *sp_vnops; /* E */ member
597 spp->sp_vnops = sdev_plugin_vnops; in sdev_plugin_register()
760 &spp->sp_vnops) != 0) { in sdev_plugin_register_legacy()
769 *(vtp->vt_global_vops) = spp->sp_vnops; in sdev_plugin_register_legacy()
774 spp->sp_vnops = sdev_vnodeops; in sdev_plugin_register_legacy()
869 return (spp->sp_vnops); in sdev_get_vop()