Home
last modified time | relevance | path

Searched refs:lov_user_ost_data_v1 (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/
Dlustre_user.h312 #define lov_user_ost_data lov_user_ost_data_v1
313 struct lov_user_ost_data_v1 { /* per-stripe data structure */ struct
332 struct lov_user_ost_data_v1 lmm_objects[0]; /* per-stripe data */ argument
348 struct lov_user_ost_data_v1 lmm_objects[0]; /* per-stripe data */
355 stripes * sizeof(struct lov_user_ost_data_v1); in lov_user_md_size()
358 stripes * sizeof(struct lov_user_ost_data_v1); in lov_user_md_size()
/linux-4.1.27/drivers/staging/lustre/lustre/osc/
Dosc_request.c2595 struct lov_user_ost_data_v1 *lmm_objects; in osc_getstripe()