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