Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c1747 LASSERTF((int)sizeof(struct lu_idxpage) == 16, "found %lld\n", in lustre_assert_wire_constants()
1748 (long long)(int)sizeof(struct lu_idxpage)); in lustre_assert_wire_constants()
1749 LASSERTF((int)offsetof(struct lu_idxpage, lip_magic) == 0, "found %lld\n", in lustre_assert_wire_constants()
1750 (long long)(int)offsetof(struct lu_idxpage, lip_magic)); in lustre_assert_wire_constants()
1751 LASSERTF((int)sizeof(((struct lu_idxpage *)0)->lip_magic) == 4, "found %lld\n", in lustre_assert_wire_constants()
1752 (long long)(int)sizeof(((struct lu_idxpage *)0)->lip_magic)); in lustre_assert_wire_constants()
1753 LASSERTF((int)offsetof(struct lu_idxpage, lip_flags) == 4, "found %lld\n", in lustre_assert_wire_constants()
1754 (long long)(int)offsetof(struct lu_idxpage, lip_flags)); in lustre_assert_wire_constants()
1755 LASSERTF((int)sizeof(((struct lu_idxpage *)0)->lip_flags) == 2, "found %lld\n", in lustre_assert_wire_constants()
1756 (long long)(int)sizeof(((struct lu_idxpage *)0)->lip_flags)); in lustre_assert_wire_constants()
[all …]
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h3411 struct lu_idxpage { struct
3429 #define LIP_HDR_SIZE (offsetof(struct lu_idxpage, lip_entries)) argument
3434 struct lu_idxpage lp_idx; /* for OBD_IDX_READ */