Searched refs:ur_version (Results 1 – 3 of 3) sorted by relevance
4456 LASSERTF((int)offsetof(struct update_reply, ur_version) == 0, "found %lld\n", in lustre_assert_wire_constants()4457 (long long)(int)offsetof(struct update_reply, ur_version)); in lustre_assert_wire_constants()4458 LASSERTF((int)sizeof(((struct update_reply *)0)->ur_version) == 4, "found %lld\n", in lustre_assert_wire_constants()4459 (long long)(int)sizeof(((struct update_reply *)0)->ur_version)); in lustre_assert_wire_constants()
2518 __swab32s(&ur->ur_version); in lustre_swab_update_reply_buf()
3707 __u32 ur_version; member