Home
last modified time | relevance | path

Searched refs:l_ost_idx (Results 1 – 6 of 6) sorted by relevance

/drivers/staging/lustre/lustre/lov/
Dlov_ea.c228 loi->loi_ost_idx = le32_to_cpu(lmm->lmm_objects[i].l_ost_idx); in lsm_unpackmd_v1()
315 loi->loi_ost_idx = le32_to_cpu(lmm->lmm_objects[i].l_ost_idx); in lsm_unpackmd_v3()
Dlov_pack.c84 le32_to_cpu(lod->l_ost_idx), POSTID(&oi)); in lov_dump_lmm_objects()
245 lmm_objects[i].l_ost_idx = cpu_to_le32(loi->loi_ost_idx); in lov_packmd()
/drivers/staging/lustre/lustre/include/lustre/
Dlustre_user.h316 __u32 l_ost_idx; /* OST index in LOV */ member
Dlustre_idl.h1503 __u32 l_ost_idx; /* OST index in LOV (lov_tgt_desc->tgts) */ member
/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c1360 LASSERTF((int)offsetof(struct lov_ost_data_v1, l_ost_idx) == 20, "found %lld\n", in lustre_assert_wire_constants()
1361 (long long)(int)offsetof(struct lov_ost_data_v1, l_ost_idx)); in lustre_assert_wire_constants()
1362 LASSERTF((int)sizeof(((struct lov_ost_data_v1 *)0)->l_ost_idx) == 4, "found %lld\n", in lustre_assert_wire_constants()
1363 (long long)(int)sizeof(((struct lov_ost_data_v1 *)0)->l_ost_idx)); in lustre_assert_wire_constants()
Dpack_generic.c2203 __swab32s(&(lod[i].l_ost_idx)); in lustre_swab_lov_user_md_objects()