Home
last modified time | relevance | path

Searched refs:ur_version (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c4456 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()
Dpack_generic.c2518 __swab32s(&ur->ur_version); in lustre_swab_update_reply_buf()
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h3707 __u32 ur_version; member