Searched refs:container_of0 (Results 1 – 12 of 12) sorted by relevance
/linux-4.4.14/drivers/staging/lustre/lustre/lov/ |
D | lov_cl_internal.h | 681 return container_of0(d, struct lov_device, ld_cl.cd_lu_dev); in lu2lov_dev() 697 return container_of0(d, struct lovsub_device, acid_cl.cd_lu_dev); in lu2lovsub_dev() 703 return container_of0(d, struct lovsub_device, acid_cl); in cl2lovsub_dev() 719 return container_of0(obj, struct lov_object, lo_cl.co_lu); in lu2lov() 725 return container_of0(obj, struct lov_object, lo_cl); in cl2lov() 741 return container_of0(obj, struct lovsub_object, lso_cl); in cl2lovsub() 747 return container_of0(obj, struct lovsub_object, lso_cl.co_lu); in lu2lovsub() 775 return container_of0(slice, struct lov_page, lps_cl); in cl2lov_page() 780 return container_of0(slice, struct lov_req, lr_cl); in cl2lov_req() 787 return container_of0(slice, struct lovsub_page, lsb_cl); in cl2lovsub_page() [all …]
|
/linux-4.4.14/drivers/staging/lustre/lustre/osc/ |
D | osc_cl_internal.h | 501 return container_of0(d, struct osc_device, od_cl.cd_lu_dev); in lu2osc_dev() 517 return container_of0(obj, struct osc_object, oo_cl); in cl2osc() 550 return container_of0(slice, struct osc_page, ops_cl); in cl2osc_page() 555 return container_of0(oap, struct osc_page, ops_oap); in oap2osc() 571 return container_of0(slice, struct osc_lock, ols_cl); in cl2osc_lock()
|
D | osc_internal.h | 177 return container_of0(d->obd_lu_dev, struct osc_device, od_cl.cd_lu_dev); in obd2osc_dev()
|
D | osc_object.c | 63 return container_of0(obj, struct osc_object, oo_cl.co_lu); in lu2osc()
|
D | osc_io.c | 59 return container_of0(slice, struct osc_req, or_cl); in cl2osc_req() 65 struct osc_io *oio = container_of0(slice, struct osc_io, oi_cl); in cl2osc_io()
|
/linux-4.4.14/drivers/staging/lustre/include/linux/libcfs/ |
D | libcfs.h | 139 #define container_of0(ptr, type, member) \ macro
|
/linux-4.4.14/drivers/staging/lustre/lustre/lclient/ |
D | lcommon_cl.c | 920 return container_of0(d, struct ccc_device, cdv_cl.cd_lu_dev); in lu2ccc_dev() 925 return container_of0(d, struct ccc_device, cdv_cl); in cl2ccc_dev() 935 return container_of0(obj, struct ccc_object, cob_cl.co_lu); in lu2ccc() 940 return container_of0(obj, struct ccc_object, cob_cl); in cl2ccc() 960 return container_of0(slice, struct ccc_req, crq_cl); in cl2ccc_req()
|
/linux-4.4.14/drivers/staging/lustre/lustre/include/ |
D | cl_object.h | 2657 return container_of0(d, struct cl_device, cd_lu_dev); in lu2cl_dev() 2668 return container_of0(o, struct cl_object, co_lu); in lu2cl() 2674 return container_of0(conf, struct cl_object_conf, coc_lu); in lu2cl_conf() 2685 return container_of0(o->co_lu.lo_dev, struct cl_device, cd_lu_dev); in cl_object_device() 2690 return container_of0(h, struct cl_object_header, coh_lu); in luh2coh()
|
D | lu_object.h | 737 return container_of0(h->loh_layers.next, struct lu_object, lo_linkage); in lu_object_top() 745 return container_of0(o->lo_linkage.next, struct lu_object, lo_linkage); in lu_object_next()
|
/linux-4.4.14/drivers/staging/lustre/lustre/llite/ |
D | llite_nfs.c | 213 struct lu_dirent *lde = container_of0(name, struct lu_dirent, lde_name); in ll_nfs_get_name_filldir()
|
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/ |
D | lu_object.c | 297 o = container_of0(splice.prev, struct lu_object, lo_linkage); in lu_object_free() 371 h = container_of0(dispose.next, in lu_site_purge() 545 h = container_of0(hnode, struct lu_object_header, loh_hash); in htable_lookup()
|
/linux-4.4.14/drivers/staging/lustre/lustre/obdecho/ |
D | echo_client.c | 106 return container_of0(dev, struct echo_device, ed_cl); in cl2echo_dev()
|