Home
last modified time | relevance | path

Searched refs:lov_ost_data_v1 (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/lustre/lov/
Dlov_pack.c119 struct lov_ost_data_v1 *lmm_objects; in lov_packmd()
460 sizeof(struct lov_ost_data_v1)); in lov_getstripe()
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h1510 #define lov_ost_data lov_ost_data_v1
1511 struct lov_ost_data_v1 { /* per-stripe data structure (little-endian)*/ struct
1526 struct lov_ost_data_v1 lmm_objects[0]; /* per-stripe data */ argument
1622 struct lov_ost_data_v1 lmm_objects[0]; /* per-stripe data */
1629 stripes * sizeof(struct lov_ost_data_v1); in lov_mds_md_size()
1632 stripes * sizeof(struct lov_ost_data_v1); in lov_mds_md_size()
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c1348 LASSERTF((int)sizeof(struct lov_ost_data_v1) == 24, "found %lld\n", in lustre_assert_wire_constants()
1349 (long long)(int)sizeof(struct lov_ost_data_v1)); in lustre_assert_wire_constants()
1350 LASSERTF((int)offsetof(struct lov_ost_data_v1, l_ost_oi) == 0, "found %lld\n", in lustre_assert_wire_constants()
1351 (long long)(int)offsetof(struct lov_ost_data_v1, l_ost_oi)); in lustre_assert_wire_constants()
1352 LASSERTF((int)sizeof(((struct lov_ost_data_v1 *)0)->l_ost_oi) == 16, "found %lld\n", in lustre_assert_wire_constants()
1353 (long long)(int)sizeof(((struct lov_ost_data_v1 *)0)->l_ost_oi)); in lustre_assert_wire_constants()
1354 LASSERTF((int)offsetof(struct lov_ost_data_v1, l_ost_gen) == 16, "found %lld\n", in lustre_assert_wire_constants()
1355 (long long)(int)offsetof(struct lov_ost_data_v1, l_ost_gen)); in lustre_assert_wire_constants()
1356 LASSERTF((int)sizeof(((struct lov_ost_data_v1 *)0)->l_ost_gen) == 4, "found %lld\n", in lustre_assert_wire_constants()
1357 (long long)(int)sizeof(((struct lov_ost_data_v1 *)0)->l_ost_gen)); in lustre_assert_wire_constants()
[all …]