Searched refs:rs_repbuf (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/ |
D | sec_null.c | 331 rs->rs_repbuf = (struct lustre_msg *) (rs + 1); in null_alloc_rs() 333 rs->rs_msg = rs->rs_repbuf; in null_alloc_rs() 356 rs->rs_repbuf->lm_secflvr = SPTLRPC_FLVR_NULL; in null_authorize() 367 cksum = lustre_msg_calc_cksum(rs->rs_repbuf); in null_authorize() 368 lustre_msg_set_cksum(rs->rs_repbuf, cksum); in null_authorize()
|
D | sec_plain.c | 812 rs->rs_repbuf = (struct lustre_msg *) (rs + 1); in plain_alloc_rs() 815 lustre_init_msg_v2(rs->rs_repbuf, PLAIN_PACK_SEGMENTS, buflens, NULL); in plain_alloc_rs() 816 rs->rs_msg = lustre_msg_buf_v2(rs->rs_repbuf, PLAIN_PACK_MSG_OFF, 0); in plain_alloc_rs() 836 struct lustre_msg_v2 *msg = rs->rs_repbuf; in plain_authorize() 893 bsdv = lustre_msg_buf(rs->rs_repbuf, PLAIN_PACK_BULK_OFF, 0); in plain_svc_unwrap_bulk() 926 bsdv = lustre_msg_buf(rs->rs_repbuf, PLAIN_PACK_BULK_OFF, 0); in plain_svc_wrap_bulk()
|
D | niobuf.c | 423 rc = ptl_send_buf(&rs->rs_md_h, rs->rs_repbuf, rs->rs_repdata_len, in ptlrpc_send_reply()
|
/linux-4.4.14/drivers/staging/lustre/lustre/include/ |
D | lustre_net.h | 449 struct lustre_msg *rs_repbuf; /* wrapper */ member
|