Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/
Dlustre_user.h310 #define lov_user_ost_data lov_user_ost_data_v1
311 struct lov_user_ost_data_v1 { /* per-stripe data structure */ struct
330 struct lov_user_ost_data_v1 lmm_objects[0]; /* per-stripe data */ argument
346 struct lov_user_ost_data_v1 lmm_objects[0]; /* per-stripe data */
353 stripes * sizeof(struct lov_user_ost_data_v1); in lov_user_md_size()
356 stripes * sizeof(struct lov_user_ost_data_v1); in lov_user_md_size()
/linux-4.4.14/drivers/staging/lustre/lustre/osc/
Dosc_request.c2540 struct lov_user_ost_data_v1 *lmm_objects; in osc_getstripe()