Searched refs:ldto_device_alloc (Results 1 – 8 of 8) sorted by relevance
/drivers/staging/lustre/lustre/lov/ |
D | lovsub_dev.c | 192 .ldto_device_alloc = lovsub_device_alloc,
|
D | lov_dev.c | 513 .ldto_device_alloc = lov_device_alloc,
|
/drivers/staging/lustre/lustre/osc/ |
D | osc_dev.c | 248 .ldto_device_alloc = osc_device_alloc,
|
/drivers/staging/lustre/lustre/llite/ |
D | vvp_dev.c | 152 .ldto_device_alloc = vvp_device_alloc,
|
/drivers/staging/lustre/lustre/include/ |
D | lu_object.h | 350 struct lu_device *(*ldto_device_alloc)(const struct lu_env *env, member
|
D | obd_class.h | 481 d = ldt->ldt_ops->ldto_device_alloc(&env, ldt, cfg); in obd_setup()
|
/drivers/staging/lustre/lustre/obdclass/ |
D | cl_object.c | 936 d = ldt->ldt_ops->ldto_device_alloc(env, ldt, NULL); in cl_type_setup()
|
/drivers/staging/lustre/lustre/obdecho/ |
D | echo_client.c | 912 .ldto_device_alloc = echo_device_alloc,
|