Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/obdclass/
Dgenops.c153 int class_register_type(struct obd_ops *dt_ops, struct md_ops *md_ops, in class_register_type() argument
184 if (md_ops) in class_register_type()
185 *(type->typ_md_ops) = *md_ops; in class_register_type()
/drivers/staging/lustre/lustre/include/
Dobd_class.h75 int class_register_type(struct obd_ops *, struct md_ops *,
327 ((offsetof(struct md_ops, m_ ## op) - \
328 offsetof(struct md_ops, m_getstatus)) \
329 / sizeof(((struct md_ops *)(0))->m_getstatus))
Dobd.h172 struct md_ops *typ_md_ops;
1126 struct md_ops { struct
/drivers/staging/lustre/lustre/mdc/
Dmdc_request.c2485 static struct md_ops mdc_md_ops = {
/drivers/staging/lustre/lustre/lmv/
Dlmv_obd.c2766 static struct md_ops lmv_md_ops = {