Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/dev/
H A Dsdev_plugin.c92 int sp_nflags; /* E */ member
592 spp->sp_nflags = SDEV_DYNAMIC | SDEV_VTOR; in sdev_plugin_register()
594 spp->sp_nflags |= SDEV_NO_NCACHE; in sdev_plugin_register()
596 spp->sp_nflags |= SDEV_SUBDIR; in sdev_plugin_register()
751 spp->sp_nflags = vtp->vt_flags; in sdev_plugin_register_legacy()
816 if (spp->sp_nflags & SDEV_SUBDIR) { in sdev_match()
844 if (spp->sp_nflags & SDEV_NO_NCACHE) in sdev_set_no_negcache()
865 dv->sdev_flags |= spp->sp_nflags; in sdev_get_vop()