Searched refs:container_of0 (Results 1 - 14 of 14) sorted by relevance

/drivers/staging/lustre/lustre/lov/
H A Dlov_cl_internal.h686 return container_of0(d, struct lov_device, ld_cl.cd_lu_dev);
702 return container_of0(d, struct lovsub_device, acid_cl.cd_lu_dev);
708 return container_of0(d, struct lovsub_device, acid_cl);
724 return container_of0(obj, struct lov_object, lo_cl.co_lu);
730 return container_of0(obj, struct lov_object, lo_cl);
746 return container_of0(obj, struct lovsub_object, lso_cl);
752 return container_of0(obj, struct lovsub_object, lso_cl.co_lu);
780 return container_of0(slice, struct lov_page, lps_cl);
785 return container_of0(slice, struct lov_req, lr_cl);
792 return container_of0(slic
[all...]
/drivers/staging/lustre/lustre/osc/
H A Dosc_cl_internal.h502 return container_of0(d, struct osc_device, od_cl.cd_lu_dev);
518 return container_of0(obj, struct osc_object, oo_cl);
551 return container_of0(slice, struct osc_page, ops_cl);
556 return container_of0(oap, struct osc_page, ops_oap);
572 return container_of0(slice, struct osc_lock, ols_cl);
H A Dosc_internal.h186 return container_of0(d->obd_lu_dev, struct osc_device, od_cl.cd_lu_dev);
H A Dosc_object.c63 return container_of0(obj, struct osc_object, oo_cl.co_lu);
H A Dosc_io.c59 return container_of0(slice, struct osc_req, or_cl);
65 struct osc_io *oio = container_of0(slice, struct osc_io, oi_cl);
/drivers/staging/lustre/include/linux/libcfs/
H A Dlibcfs.h179 #define container_of0(ptr, type, member) \ macro
/drivers/staging/lustre/lustre/lclient/
H A Dlcommon_cl.c994 return container_of0(d, struct ccc_device, cdv_cl.cd_lu_dev);
999 return container_of0(d, struct ccc_device, cdv_cl);
1009 return container_of0(obj, struct ccc_object, cob_cl.co_lu);
1014 return container_of0(obj, struct ccc_object, cob_cl);
1034 return container_of0(slice, struct ccc_req, crq_cl);
/drivers/staging/lustre/lustre/include/
H A Dcl_object.h2662 return container_of0(d, struct cl_device, cd_lu_dev);
2673 return container_of0(o, struct cl_object, co_lu);
2679 return container_of0(conf, struct cl_object_conf, coc_lu);
2690 return container_of0(o->co_lu.lo_dev, struct cl_device, cd_lu_dev);
2695 return container_of0(h, struct cl_object_header, coh_lu);
H A Dlu_object.h745 return container_of0(h->loh_layers.next, struct lu_object, lo_linkage);
753 return container_of0(o->lo_linkage.next, struct lu_object, lo_linkage);
H A Ddt_object.h673 return container_of0(l, struct dt_device, dd_lu_dev);
704 return container_of0(l, struct dt_object, do_lu);
725 return container_of0(o, struct dt_object, do_lu);
/drivers/staging/lustre/lustre/llite/
H A Dllite_nfs.c215 struct lu_dirent *lde = container_of0(name, struct lu_dirent, lde_name);
/drivers/staging/lustre/lustre/obdclass/
H A Dlu_object.c297 o = container_of0(splice.prev, struct lu_object, lo_linkage);
369 h = container_of0(dispose.next,
560 h = container_of0(hnode, struct lu_object_header, loh_hash);
H A Ddt_object.c231 return container_of0(n, struct dt_object, do_lu);
/drivers/staging/lustre/lustre/obdecho/
H A Decho_client.c107 return container_of0(dev, struct echo_device, ed_cl);

Completed in 2110 milliseconds