Searched refs:lu_object_init (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/drivers/staging/lustre/lustre/lov/ |
D | lovsub_object.c | 155 lu_object_init(obj, &hdr->coh_lu, dev); in lovsub_object_alloc()
|
D | lov_object.c | 897 lu_object_init(obj, NULL, dev); in lov_object_alloc()
|
/linux-4.1.27/drivers/staging/lustre/lustre/osc/ |
D | osc_object.c | 263 lu_object_init(obj, NULL, dev); in osc_object_alloc()
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/ |
D | lu_object.h | 669 int lu_object_init (struct lu_object *o,
|
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/ |
D | dt_object.c | 155 return lu_object_init(&obj->do_lu, h, d); in dt_object_init()
|
D | lu_object.c | 1155 int lu_object_init(struct lu_object *o, struct lu_object_header *h, in lu_object_init() function 1167 EXPORT_SYMBOL(lu_object_init);
|
/linux-4.1.27/drivers/staging/lustre/lustre/lclient/ |
D | lcommon_cl.c | 338 lu_object_init(obj, &hdr->coh_lu, dev); in ccc_object_alloc()
|
/linux-4.1.27/drivers/staging/lustre/lustre/obdecho/ |
D | echo_client.c | 574 lu_object_init(obj, &hdr->coh_lu, dev); in echo_object_alloc()
|