Searched refs:ldt_ops (Results 1 – 10 of 10) sorted by relevance
/linux-4.1.27/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,
|
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/ |
D | lu_object.c | 754 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 …]
|
D | cl_object.c | 978 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/ |
D | osc_dev.c | 258 .ldt_ops = &osc_device_type_ops,
|
/linux-4.1.27/drivers/staging/lustre/lustre/llite/ |
D | vvp_dev.c | 163 .ldt_ops = &vvp_device_type_ops,
|
/linux-4.1.27/drivers/staging/lustre/lustre/obdecho/ |
D | echo_client.c | 765 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/ |
D | lu_object.h | 324 const struct lu_device_type_operations *ldt_ops; member
|
D | obd_class.h | 575 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/ |
D | lcommon_cl.c | 179 rc = next->ld_type->ldt_ops->ldto_device_init( in ccc_device_init()
|