Searched refs:ldto_stop (Results 1 – 6 of 6) sorted by relevance
246 .ldto_stop = osc_type_stop,
775 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()
152 .ldto_stop = vvp_type_stop,
511 .ldto_stop = lov_type_stop,
392 void (*ldto_stop)(struct lu_device_type *t); member
908 .ldto_stop = echo_type_stop,