Searched refs:ldt_ops (Results 1 – 10 of 10) sorted by relevance
/drivers/staging/lustre/lustre/obdclass/ |
D | lu_object.c | 736 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 …]
|
D | cl_object.c | 936 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/ |
D | lovsub_dev.c | 103 rc = ldt->ldt_ops->ldto_device_init(env, next, ldt->ldt_name, NULL); in lovsub_device_init() 204 .ldt_ops = &lovsub_device_type_ops,
|
D | lov_dev.c | 523 .ldt_ops = &lov_device_type_ops,
|
/drivers/staging/lustre/lustre/osc/ |
D | osc_dev.c | 258 .ldt_ops = &osc_device_type_ops,
|
/drivers/staging/lustre/lustre/obdecho/ |
D | echo_client.c | 767 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/ |
D | vvp_dev.c | 161 .ldt_ops = &vvp_device_type_ops,
|
/drivers/staging/lustre/lustre/include/ |
D | obd_class.h | 481 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()
|
D | lu_object.h | 322 const struct lu_device_type_operations *ldt_ops; member
|
/drivers/staging/lustre/lustre/lclient/ |
D | lcommon_cl.c | 178 rc = next->ld_type->ldt_ops->ldto_device_init( in ccc_device_init()
|