Home
last modified time | relevance | path

Searched refs:lu_idxpage (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c1749 LASSERTF((int)sizeof(struct lu_idxpage) == 16, "found %lld\n", in lustre_assert_wire_constants()
1750 (long long)(int)sizeof(struct lu_idxpage)); in lustre_assert_wire_constants()
1751 LASSERTF((int)offsetof(struct lu_idxpage, lip_magic) == 0, "found %lld\n", in lustre_assert_wire_constants()
1752 (long long)(int)offsetof(struct lu_idxpage, lip_magic)); in lustre_assert_wire_constants()
1753 LASSERTF((int)sizeof(((struct lu_idxpage *)0)->lip_magic) == 4, "found %lld\n", in lustre_assert_wire_constants()
1754 (long long)(int)sizeof(((struct lu_idxpage *)0)->lip_magic)); in lustre_assert_wire_constants()
1755 LASSERTF((int)offsetof(struct lu_idxpage, lip_flags) == 4, "found %lld\n", in lustre_assert_wire_constants()
1756 (long long)(int)offsetof(struct lu_idxpage, lip_flags)); in lustre_assert_wire_constants()
1757 LASSERTF((int)sizeof(((struct lu_idxpage *)0)->lip_flags) == 2, "found %lld\n", in lustre_assert_wire_constants()
1758 (long long)(int)sizeof(((struct lu_idxpage *)0)->lip_flags)); in lustre_assert_wire_constants()
[all …]
Dpack_generic.c2019 void lustre_swab_lip_header(struct lu_idxpage *lip) in lustre_swab_lip_header()
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h3435 struct lu_idxpage { struct
3452 extern void lustre_swab_lip_header(struct lu_idxpage *lip); argument
3454 #define LIP_HDR_SIZE (offsetof(struct lu_idxpage, lip_entries))
3459 struct lu_idxpage lp_idx; /* for OBD_IDX_READ */
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Ddt_object.c656 struct lu_idxpage *lip = &lp->lp_idx; in dt_index_page_build()