Searched refs:ldto_device_init (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/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() 195 .ldto_device_init = lovsub_device_init,
|
D | lov_dev.c | 516 .ldto_device_init = lov_device_init,
|
/linux-4.4.14/drivers/staging/lustre/lustre/osc/ |
D | osc_dev.c | 251 .ldto_device_init = osc_device_init,
|
/linux-4.4.14/drivers/staging/lustre/lustre/llite/ |
D | vvp_dev.c | 154 .ldto_device_init = ccc_device_init,
|
/linux-4.4.14/drivers/staging/lustre/lustre/include/ |
D | lu_object.h | 364 int (*ldto_device_init)(const struct lu_env *env, member
|
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/ |
D | cl_object.c | 942 rc = ldt->ldt_ops->ldto_device_init(env, d, typename, next); in cl_type_setup()
|
/linux-4.4.14/drivers/staging/lustre/lustre/lclient/ |
D | lcommon_cl.c | 178 rc = next->ld_type->ldt_ops->ldto_device_init( in ccc_device_init()
|
/linux-4.4.14/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() 914 .ldto_device_init = echo_device_init,
|