Searched refs:ub_magic (Results 1 – 3 of 3) sorted by relevance
4440 LASSERTF((int)offsetof(struct update_buf, ub_magic) == 0, "found %lld\n", in lustre_assert_wire_constants()4441 (long long)(int)offsetof(struct update_buf, ub_magic)); in lustre_assert_wire_constants()4442 LASSERTF((int)sizeof(((struct update_buf *)0)->ub_magic) == 4, "found %lld\n", in lustre_assert_wire_constants()4443 (long long)(int)sizeof(((struct update_buf *)0)->ub_magic)); in lustre_assert_wire_constants()
2509 __swab32s(&ub->ub_magic); in lustre_swab_update_buf()
3700 __u32 ub_magic; member