Searched refs:ldto_stop (Results 1 – 6 of 6) sorted by relevance
246 .ldto_stop = osc_type_stop,
757 if (ldt->ldt_device_nr == 0 && ldt->ldt_ops->ldto_stop) in lu_types_stop()758 ldt->ldt_ops->ldto_stop(ldt); in lu_types_stop()1119 if (--t->ldt_device_nr == 0 && t->ldt_ops->ldto_stop != NULL) in lu_device_fini()1120 t->ldt_ops->ldto_stop(t); in lu_device_fini()
150 .ldto_stop = vvp_type_stop,
511 .ldto_stop = lov_type_stop,
390 void (*ldto_stop)(struct lu_device_type *t); member
910 .ldto_stop = echo_type_stop,