Searched refs:lvb_padding (Results 1 – 3 of 3) sorted by relevance
3120 LASSERTF((int)offsetof(struct ost_lvb, lvb_padding) == 52, "found %lld\n", in lustre_assert_wire_constants()3121 (long long)(int)offsetof(struct ost_lvb, lvb_padding)); in lustre_assert_wire_constants()3122 LASSERTF((int)sizeof(((struct ost_lvb *)0)->lvb_padding) == 4, "found %lld\n", in lustre_assert_wire_constants()3123 (long long)(int)sizeof(((struct ost_lvb *)0)->lvb_padding)); in lustre_assert_wire_constants()
1660 __swab32s(&lvb->lvb_padding); in lustre_swab_ost_lvb()
1830 __u32 lvb_padding; member