Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/lmv/
Dlmv_obd.c2427 meap->mea_ids[i] = lsmp->mea_ids[i]; in lmv_packmd()
2428 fid_cpu_to_le(&meap->mea_ids[i], &lsmp->mea_ids[i]); in lmv_packmd()
2481 (*tmea)->mea_ids[i] = mea->mea_ids[i]; in lmv_unpackmd()
2482 fid_le_to_cpu(&(*tmea)->mea_ids[i], &(*tmea)->mea_ids[i]); in lmv_unpackmd()
/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c2858 LASSERTF((int)offsetof(struct lmv_stripe_md, mea_ids[0]) == 32, "found %lld\n", in lustre_assert_wire_constants()
2859 (long long)(int)offsetof(struct lmv_stripe_md, mea_ids[0])); in lustre_assert_wire_constants()
2860 LASSERTF((int)sizeof(((struct lmv_stripe_md *)0)->mea_ids[0]) == 16, "found %lld\n", in lustre_assert_wire_constants()
2861 (long long)(int)sizeof(((struct lmv_stripe_md *)0)->mea_ids[0])); in lustre_assert_wire_constants()
/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h2597 struct lu_fid mea_ids[0]; member