Home
last modified time | relevance | path

Searched defs:md_ops (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/sys/lvm/
H A Dmdvar.h465 typedef struct md_ops { struct
466 int (*md_open)(
472 int (*md_close)(
478 void (*md_strategy)(
482 int (*md_print)(); /* unused now */
483 int (*md_dump)(
488 int (*md_read)(
492 int (*md_write)(
496 int (*md_ioctl)(
502 int (*md_snarf)(
[all …]
/titanic_41/usr/src/uts/common/io/lvm/md/
H A Dmd.c174 md_ops_t **md_ops = NULL; variable