Searched refs:update_reply (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/ |
D | wiretest.c | 4452 LASSERTF((int)sizeof(struct update_reply) == 8, "found %lld\n", in lustre_assert_wire_constants() 4453 (long long)(int)sizeof(struct update_reply)); in lustre_assert_wire_constants() 4454 LASSERTF((int)offsetof(struct update_reply, ur_version) == 0, "found %lld\n", in lustre_assert_wire_constants() 4455 (long long)(int)offsetof(struct update_reply, ur_version)); in lustre_assert_wire_constants() 4456 LASSERTF((int)sizeof(((struct update_reply *)0)->ur_version) == 4, "found %lld\n", in lustre_assert_wire_constants() 4457 (long long)(int)sizeof(((struct update_reply *)0)->ur_version)); in lustre_assert_wire_constants() 4458 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() [all …]
|
D | pack_generic.c | 2298 void lustre_swab_update_reply_buf(struct update_reply *ur) in lustre_swab_update_reply_buf()
|
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/ |
D | lustre_idl.h | 3656 struct update_reply { struct 3663 void lustre_swab_update_reply_buf(struct update_reply *ur); argument
|