Home
last modified time | relevance | path

Searched refs:ldt_ops (Results 1 – 10 of 10) sorted by relevance

/drivers/staging/lustre/lustre/obdclass/
Dlu_object.c736 if (ldt->ldt_ops->ldto_init) in lu_device_type_init()
737 result = ldt->ldt_ops->ldto_init(ldt); in lu_device_type_init()
747 if (ldt->ldt_ops->ldto_fini) in lu_device_type_fini()
748 ldt->ldt_ops->ldto_fini(ldt); in lu_device_type_fini()
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()
1091 if (t->ldt_device_nr++ == 0 && t->ldt_ops->ldto_start != NULL) in lu_device_init()
1092 t->ldt_ops->ldto_start(t); in lu_device_init()
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()
[all …]
Dcl_object.c936 d = ldt->ldt_ops->ldto_device_alloc(env, ldt, NULL); in cl_type_setup()
942 rc = ldt->ldt_ops->ldto_device_init(env, d, typename, next); in cl_type_setup()
948 ldt->ldt_ops->ldto_device_free(env, d); in cl_type_setup()
/drivers/staging/lustre/lustre/lov/
Dlovsub_dev.c103 rc = ldt->ldt_ops->ldto_device_init(env, next, ldt->ldt_name, NULL); in lovsub_device_init()
204 .ldt_ops = &lovsub_device_type_ops,
Dlov_dev.c523 .ldt_ops = &lov_device_type_ops,
/drivers/staging/lustre/lustre/osc/
Dosc_dev.c258 .ldt_ops = &osc_device_type_ops,
/drivers/staging/lustre/lustre/obdecho/
Decho_client.c767 rc = next->ld_type->ldt_ops->ldto_device_init(env, next, in echo_device_alloc()
825 next = next->ld_type->ldt_ops->ldto_device_fini(env, next); in echo_device_fini()
895 next = next->ld_type->ldt_ops->ldto_device_free(env, next); in echo_device_free()
921 .ldt_ops = &echo_device_type_ops,
/drivers/staging/lustre/lustre/llite/
Dvvp_dev.c161 .ldt_ops = &vvp_device_type_ops,
/drivers/staging/lustre/lustre/include/
Dobd_class.h481 d = ldt->ldt_ops->ldto_device_alloc(&env, ldt, cfg); in obd_setup()
518 ldt->ldt_ops->ldto_device_fini(&env, d); in obd_precleanup()
546 ldt->ldt_ops->ldto_device_free(&env, d); in obd_cleanup()
Dlu_object.h322 const struct lu_device_type_operations *ldt_ops; member
/drivers/staging/lustre/lustre/lclient/
Dlcommon_cl.c178 rc = next->ld_type->ldt_ops->ldto_device_init( in ccc_device_init()