Searched refs:ldto_device_free (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/drivers/staging/lustre/lustre/lov/ |
D | lovsub_dev.c | 193 .ldto_device_free = lovsub_device_free,
|
D | lov_dev.c | 514 .ldto_device_free = lov_device_free,
|
/linux-4.4.14/drivers/staging/lustre/lustre/osc/ |
D | osc_dev.c | 249 .ldto_device_free = osc_device_free,
|
/linux-4.4.14/drivers/staging/lustre/lustre/llite/ |
D | vvp_dev.c | 153 .ldto_device_free = ccc_device_free,
|
/linux-4.4.14/drivers/staging/lustre/lustre/include/ |
D | lu_object.h | 358 struct lu_device *(*ldto_device_free)(const struct lu_env *, member
|
D | obd_class.h | 546 ldt->ldt_ops->ldto_device_free(&env, d); in obd_cleanup()
|
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/ |
D | cl_object.c | 948 ldt->ldt_ops->ldto_device_free(env, d); in cl_type_setup()
|
D | lu_object.c | 1255 next = ldt->ldt_ops->ldto_device_free(env, scan); in lu_stack_fini()
|
/linux-4.4.14/drivers/staging/lustre/lustre/obdecho/ |
D | echo_client.c | 895 next = next->ld_type->ldt_ops->ldto_device_free(env, next); in echo_device_free() 913 .ldto_device_free = echo_device_free,
|