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