Searched refs:cl_device (Results 1 – 15 of 15) sorted by relevance
/linux-4.4.14/drivers/staging/lustre/lustre/include/ |
D | cl_object.h | 107 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 …]
|
D | lclient.h | 236 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/ |
D | lov_cl_internal.h | 145 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()
|
D | lov_dev.c | 231 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()
|
D | lovsub_dev.c | 143 static int lovsub_req_init(const struct lu_env *env, struct cl_device *dev, in lovsub_req_init()
|
D | lov_object.c | 112 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/ |
D | cl_object.c | 109 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()
|
D | cl_io.c | 1292 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/ |
D | vvp_dev.c | 197 struct cl_device *cl; in cl_sb_init() 222 struct cl_device *cld; in cl_sb_fini()
|
D | llite_internal.h | 490 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/ |
D | osc_internal.h | 160 struct cl_device od_cl;
|
D | osc_cl_internal.h | 419 int osc_req_init (const struct lu_env *env, struct cl_device *dev,
|
D | osc_io.c | 800 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/ |
D | lcommon_cl.c | 248 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/ |
D | echo_client.c | 57 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()
|