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