Home
last modified time | relevance | path

Searched refs:cl_device (Results 1 – 15 of 15) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dcl_object.h107 struct cl_device;
143 int (*cdo_req_init)(const struct lu_env *env, struct cl_device *dev,
152 struct cl_device { struct
2570 struct cl_device *crs_dev;
2627 int cl_site_init (struct cl_site *s, struct cl_device *top);
2629 void cl_stack_fini(const struct lu_env *env, struct cl_device *cl);
2654 static inline struct cl_device *lu2cl_dev(const struct lu_device *d) in lu2cl_dev()
2657 return container_of0(d, struct cl_device, cd_lu_dev); in lu2cl_dev()
2660 static inline struct lu_device *cl2lu_dev(struct cl_device *d) in cl2lu_dev()
2682 static inline struct cl_device *cl_object_device(const struct cl_object *o) in cl_object_device()
[all …]
Dlclient.h236 struct cl_device cdv_cl;
238 struct cl_device *cdv_next;
276 int ccc_req_init(const struct lu_env *env, struct cl_device *dev,
278 void ccc_umount(const struct lu_env *env, struct cl_device *dev);
339 struct ccc_device *cl2ccc_dev (const struct cl_device *d);
/linux-4.4.14/drivers/staging/lustre/lustre/lov/
Dlov_cl_internal.h145 struct cl_device ld_cl;
376 struct cl_device acid_cl;
379 struct cl_device *acid_next;
684 static inline struct cl_device *lovsub2cl_dev(struct lovsub_device *lovsub) in lovsub2cl_dev()
700 static inline struct lovsub_device *cl2lovsub_dev(const struct cl_device *d) in cl2lovsub_dev()
Dlov_dev.c231 struct cl_device *cl; in lov_device_init()
258 static int lov_req_init(const struct lu_env *env, struct cl_device *dev, in lov_req_init()
401 struct cl_device *cl; in lov_cl_add_target()
Dlovsub_dev.c143 static int lovsub_req_init(const struct lu_env *env, struct cl_device *dev, in lovsub_req_init()
Dlov_object.c112 struct cl_device *dev, in lov_sub_find()
230 struct cl_device *subdev; in lov_init_raid0()
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/
Dcl_object.c109 struct cl_device *cd, const struct lu_fid *fid, in cl_object_find()
393 int cl_site_init(struct cl_site *s, struct cl_device *d) in cl_site_init()
926 struct cl_device *cl_type_setup(const struct lu_env *env, struct lu_site *site, in cl_type_setup()
961 void cl_stack_fini(const struct lu_env *env, struct cl_device *cl) in cl_stack_fini()
Dcl_io.c1292 struct cl_device *dev, in cl_req_slice_add()
1330 struct cl_device *dev; in cl_req_init()
/linux-4.4.14/drivers/staging/lustre/lustre/llite/
Dvvp_dev.c197 struct cl_device *cl; in cl_sb_init()
222 struct cl_device *cld; in cl_sb_fini()
Dllite_internal.h490 struct cl_device *ll_cl;
1342 static inline void cl_stats_tally(struct cl_device *dev, enum cl_req_type crt, in cl_stats_tally()
/linux-4.4.14/drivers/staging/lustre/lustre/osc/
Dosc_internal.h160 struct cl_device od_cl;
Dosc_cl_internal.h419 int osc_req_init (const struct lu_env *env, struct cl_device *dev,
Dosc_io.c800 int osc_req_init(const struct lu_env *env, struct cl_device *dev, in osc_req_init()
/linux-4.4.14/drivers/staging/lustre/lustre/lclient/
Dlcommon_cl.c248 int ccc_req_init(const struct lu_env *env, struct cl_device *dev, in ccc_req_init()
923 struct ccc_device *cl2ccc_dev(const struct cl_device *d) in cl2ccc_dev()
/linux-4.4.14/drivers/staging/lustre/lustre/obdecho/
Decho_client.c57 struct cl_device ed_cl;
104 static inline struct echo_device *cl2echo_dev(const struct cl_device *dev) in cl2echo_dev()
109 static inline struct cl_device *echo_dev2cl(struct echo_device *d) in echo_dev2cl()
698 struct cl_device *cd; in echo_device_alloc()