Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/osc/
Dosc_dev.c246 .ldto_stop = osc_type_stop,
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dlu_object.c775 if (ldt->ldt_device_nr == 0 && ldt->ldt_ops->ldto_stop) in lu_types_stop()
776 ldt->ldt_ops->ldto_stop(ldt); in lu_types_stop()
1146 if (--t->ldt_device_nr == 0 && t->ldt_ops->ldto_stop != NULL) in lu_device_fini()
1147 t->ldt_ops->ldto_stop(t); in lu_device_fini()
/linux-4.1.27/drivers/staging/lustre/lustre/llite/
Dvvp_dev.c152 .ldto_stop = vvp_type_stop,
/linux-4.1.27/drivers/staging/lustre/lustre/lov/
Dlov_dev.c511 .ldto_stop = lov_type_stop,
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlu_object.h392 void (*ldto_stop)(struct lu_device_type *t); member
/linux-4.1.27/drivers/staging/lustre/lustre/obdecho/
Decho_client.c908 .ldto_stop = echo_type_stop,