Home
last modified time | relevance | path

Searched refs:lovsub_device (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/lustre/lov/
Dlov_cl_internal.h100 struct lovsub_device;
149 struct lovsub_device **ld_target;
375 struct lovsub_device { struct
684 static inline struct cl_device *lovsub2cl_dev(struct lovsub_device *lovsub) in lovsub2cl_dev()
689 static inline struct lu_device *lovsub2lu_dev(struct lovsub_device *lovsub) in lovsub2lu_dev()
694 static inline struct lovsub_device *lu2lovsub_dev(const struct lu_device *d) in lu2lovsub_dev()
697 return container_of0(d, struct lovsub_device, acid_cl.cd_lu_dev); in lu2lovsub_dev()
700 static inline struct lovsub_device *cl2lovsub_dev(const struct cl_device *d) in cl2lovsub_dev()
703 return container_of0(d, struct lovsub_device, acid_cl); in cl2lovsub_dev()
Dlovsub_dev.c96 struct lovsub_device *lsd = lu2lovsub_dev(d); in lovsub_device_init()
119 struct lovsub_device *lsd; in lovsub_device_fini()
131 struct lovsub_device *lsd = lu2lovsub_dev(d); in lovsub_device_free()
173 struct lovsub_device *lsd; in lovsub_device_alloc()
Dlov_dev.c207 struct lovsub_device *lsd; in lov_device_fini()
230 struct lovsub_device *lsd; in lov_device_init()
364 struct lovsub_device **newd; in lov_expand_targets()
400 struct lovsub_device *lsd; in lov_cl_add_target()
Dlovsub_object.c58 struct lovsub_device *dev = lu2lovsub_dev(obj->lo_dev); in lovsub_object_init()