Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/dev/
H A Dsdev_plugin.c94 sdev_plugin_ops_t *sp_pops; /* E */ member
306 ASSERT(spp->sp_pops != NULL); in sdev_plugin_validate()
308 ret = spp->sp_pops->spo_validate((uintptr_t)sdp); in sdev_plugin_validate()
373 ASSERT(spp->sp_pops != NULL); in sdev_plugin_vop_readdir()
394 ret = spp->sp_pops->spo_filldir((uintptr_t)sdvp); in sdev_plugin_vop_readdir()
436 ASSERT(spp->sp_pops != NULL); in sdev_plugin_vop_lookup()
450 ret = spp->sp_pops->spo_filldir((uintptr_t)sdvp); in sdev_plugin_vop_lookup()
476 spp->sp_pops->spo_inactive((uintptr_t)sdp); in sdev_plugin_vop_inactive_cb()
591 spp->sp_pops = ops; in sdev_plugin_register()
750 spp->sp_pops = NULL; in sdev_plugin_register_legacy()