Searched refs:lip_magic (Results 1 – 2 of 2) sorted by relevance
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()
3413 __u32 lip_magic; member