Searched refs:lm_repsize (Results 1 – 4 of 4) sorted by relevance
534 __swab32s(&m->lm_repsize); in lustre_unpack_msg_v2()1556 req->rq_reqmsg->lm_repsize = req->rq_replen; in ptlrpc_request_set_replen()1564 req->rq_reqmsg->lm_repsize = req->rq_replen; in ptlrpc_req_set_repsize()
615 LASSERTF((int)offsetof(struct lustre_msg_v2, lm_repsize) == 12, "found %lld\n", in lustre_assert_wire_constants()616 (long long)(int)offsetof(struct lustre_msg_v2, lm_repsize)); in lustre_assert_wire_constants()617 LASSERTF((int)sizeof(((struct lustre_msg_v2 *)0)->lm_repsize) == 4, "found %lld\n", in lustre_assert_wire_constants()618 (long long)(int)sizeof(((struct lustre_msg_v2 *)0)->lm_repsize)); in lustre_assert_wire_constants()
2810 return req->rq_reqmsg->lm_repsize; in ptlrpc_req_get_repsize()
1073 __u32 lm_repsize; member