Home
last modified time | relevance | path

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

/linux-4.1.27/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,
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dlu_object.c754 if (ldt->ldt_ops->ldto_init) in lu_device_type_init()
755 result = ldt->ldt_ops->ldto_init(ldt); in lu_device_type_init()
765 if (ldt->ldt_ops->ldto_fini) in lu_device_type_fini()
766 ldt->ldt_ops->ldto_fini(ldt); in lu_device_type_fini()
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()
1118 if (t->ldt_device_nr++ == 0 && t->ldt_ops->ldto_start != NULL) in lu_device_init()
1119 t->ldt_ops->ldto_start(t); in lu_device_init()
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()
[all …]
Dcl_object.c978 d = ldt->ldt_ops->ldto_device_alloc(env, ldt, NULL); in cl_type_setup()
984 rc = ldt->ldt_ops->ldto_device_init(env, d, typename, next); in cl_type_setup()
990 ldt->ldt_ops->ldto_device_free(env, d); in cl_type_setup()
/linux-4.1.27/drivers/staging/lustre/lustre/osc/
Dosc_dev.c258 .ldt_ops = &osc_device_type_ops,
/linux-4.1.27/drivers/staging/lustre/lustre/llite/
Dvvp_dev.c163 .ldt_ops = &vvp_device_type_ops,
/linux-4.1.27/drivers/staging/lustre/lustre/obdecho/
Decho_client.c765 rc = next->ld_type->ldt_ops->ldto_device_init(env, next, in echo_device_alloc()
823 next = next->ld_type->ldt_ops->ldto_device_fini(env, next); in echo_device_fini()
893 next = next->ld_type->ldt_ops->ldto_device_free(env, next); in echo_device_free()
919 .ldt_ops = &echo_device_type_ops,
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlu_object.h324 const struct lu_device_type_operations *ldt_ops; member
Dobd_class.h575 d = ldt->ldt_ops->ldto_device_alloc(&env, ldt, cfg); in obd_setup()
612 ldt->ldt_ops->ldto_device_fini(&env, d); in obd_precleanup()
640 ldt->ldt_ops->ldto_device_free(&env, d); in obd_cleanup()
/linux-4.1.27/drivers/staging/lustre/lustre/lclient/
Dlcommon_cl.c179 rc = next->ld_type->ldt_ops->ldto_device_init( in ccc_device_init()