Searched refs:ldto_device_free (Results 1 – 9 of 9) sorted by relevance
/linux-4.1.27/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.1.27/drivers/staging/lustre/lustre/osc/ |
D | osc_dev.c | 249 .ldto_device_free = osc_device_free,
|
/linux-4.1.27/drivers/staging/lustre/lustre/llite/ |
D | vvp_dev.c | 155 .ldto_device_free = ccc_device_free,
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/ |
D | lu_object.h | 360 struct lu_device *(*ldto_device_free)(const struct lu_env *, member
|
D | obd_class.h | 640 ldt->ldt_ops->ldto_device_free(&env, d); in obd_cleanup()
|
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/ |
D | cl_object.c | 990 ldt->ldt_ops->ldto_device_free(env, d); in cl_type_setup()
|
D | lu_object.c | 1284 next = ldt->ldt_ops->ldto_device_free(env, scan); in lu_stack_fini()
|
/linux-4.1.27/drivers/staging/lustre/lustre/obdecho/ |
D | echo_client.c | 893 next = next->ld_type->ldt_ops->ldto_device_free(env, next); in echo_device_free() 911 .ldto_device_free = echo_device_free,
|