Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c4462 LASSERTF((int)offsetof(struct update_reply, ur_lens) == 8, "found %lld\n", in lustre_assert_wire_constants()
4463 (long long)(int)offsetof(struct update_reply, ur_lens)); in lustre_assert_wire_constants()
4464 LASSERTF((int)sizeof(((struct update_reply *)0)->ur_lens) == 0, "found %lld\n", in lustre_assert_wire_constants()
4465 (long long)(int)sizeof(((struct update_reply *)0)->ur_lens)); in lustre_assert_wire_constants()
Dpack_generic.c2305 __swab32s(&ur->ur_lens[i]); in lustre_swab_update_reply_buf()
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h3659 __u32 ur_lens[0]; member