Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dpack_generic.c2303 __swab32s(&ur->ur_count); in lustre_swab_update_reply_buf()
2304 for (i = 0; i < ur->ur_count; i++) in lustre_swab_update_reply_buf()
Dwiretest.c4458 LASSERTF((int)offsetof(struct update_reply, ur_count) == 4, "found %lld\n", in lustre_assert_wire_constants()
4459 (long long)(int)offsetof(struct update_reply, ur_count)); in lustre_assert_wire_constants()
4460 LASSERTF((int)sizeof(((struct update_reply *)0)->ur_count) == 4, "found %lld\n", in lustre_assert_wire_constants()
4461 (long long)(int)sizeof(((struct update_reply *)0)->ur_count)); in lustre_assert_wire_constants()
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h3658 __u32 ur_count; member