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

/drivers/staging/lustre/lustre/lov/
H A Dlov_cl_internal.h115 * quantities in lov_device::ld_emerg[], and access to them is serialized
116 * lov_device::ld_mutex.
141 struct lov_device { struct
147 /** size of lov_device::ld_target[] array */
155 * Serializes access to lov_device::ld_emrg in low-memory
377 struct lov_device *acid_super;
678 static inline struct lu_device *lov2lu_dev(struct lov_device *lov)
683 static inline struct lov_device *lu2lov_dev(const struct lu_device *d)
686 return container_of0(d, struct lov_device, ld_cl.cd_lu_dev);
815 static inline int lov_targets_nr(const struct lov_device *lo
[all...]

Completed in 58 milliseconds