[go: nahoru, domu]

Searched defs:cl_device (Results 1 - 1 of 1) sorted by relevance

/drivers/staging/lustre/lustre/include/
H A 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
2575 struct cl_device *crs_dev;
2632 int cl_site_init (struct cl_site *s, struct cl_device *top);
2634 void cl_stack_fini(const struct lu_env *env, struct cl_device *cl);
2659 static inline struct cl_device *lu2cl_dev(const struct lu_device *d)
2662 return container_of0(d, struct cl_device, cd_lu_dev);
2665 static inline struct lu_device *cl2lu_dev(struct cl_device *d)
2687 static inline struct cl_device *cl_object_devic
[all...]

Completed in 200 milliseconds