Searched refs:lov_ost_data_v1 (Results 1 – 3 of 3) sorted by relevance
/drivers/staging/lustre/lustre/lov/ |
D | lov_pack.c | 139 struct lov_ost_data_v1 *lmm_objects; in lov_packmd() 474 sizeof(struct lov_ost_data_v1)); in lov_getstripe()
|
/drivers/staging/lustre/lustre/include/lustre/ |
D | lustre_idl.h | 1499 #define lov_ost_data lov_ost_data_v1 1500 struct lov_ost_data_v1 { /* per-stripe data structure (little-endian)*/ struct 1515 struct lov_ost_data_v1 lmm_objects[0]; /* per-stripe data */ argument 1611 struct lov_ost_data_v1 lmm_objects[0]; /* per-stripe data */ 1618 stripes * sizeof(struct lov_ost_data_v1); in lov_mds_md_size() 1621 stripes * sizeof(struct lov_ost_data_v1); in lov_mds_md_size()
|
/drivers/staging/lustre/lustre/ptlrpc/ |
D | wiretest.c | 1350 LASSERTF((int)sizeof(struct lov_ost_data_v1) == 24, "found %lld\n", in lustre_assert_wire_constants() 1351 (long long)(int)sizeof(struct lov_ost_data_v1)); in lustre_assert_wire_constants() 1352 LASSERTF((int)offsetof(struct lov_ost_data_v1, l_ost_oi) == 0, "found %lld\n", in lustre_assert_wire_constants() 1353 (long long)(int)offsetof(struct lov_ost_data_v1, l_ost_oi)); in lustre_assert_wire_constants() 1354 LASSERTF((int)sizeof(((struct lov_ost_data_v1 *)0)->l_ost_oi) == 16, "found %lld\n", in lustre_assert_wire_constants() 1355 (long long)(int)sizeof(((struct lov_ost_data_v1 *)0)->l_ost_oi)); in lustre_assert_wire_constants() 1356 LASSERTF((int)offsetof(struct lov_ost_data_v1, l_ost_gen) == 16, "found %lld\n", in lustre_assert_wire_constants() 1357 (long long)(int)offsetof(struct lov_ost_data_v1, l_ost_gen)); in lustre_assert_wire_constants() 1358 LASSERTF((int)sizeof(((struct lov_ost_data_v1 *)0)->l_ost_gen) == 4, "found %lld\n", in lustre_assert_wire_constants() 1359 (long long)(int)sizeof(((struct lov_ost_data_v1 *)0)->l_ost_gen)); in lustre_assert_wire_constants() [all …]
|