Home
last modified time | relevance | path

Searched refs:rs_repbuf (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dsec_null.c329 rs->rs_repbuf = (struct lustre_msg *) (rs + 1); in null_alloc_rs()
331 rs->rs_msg = rs->rs_repbuf; in null_alloc_rs()
354 rs->rs_repbuf->lm_secflvr = SPTLRPC_FLVR_NULL; in null_authorize()
365 cksum = lustre_msg_calc_cksum(rs->rs_repbuf); in null_authorize()
366 lustre_msg_set_cksum(rs->rs_repbuf, cksum); in null_authorize()
Dsec_plain.c813 rs->rs_repbuf = (struct lustre_msg *) (rs + 1); in plain_alloc_rs()
816 lustre_init_msg_v2(rs->rs_repbuf, PLAIN_PACK_SEGMENTS, buflens, NULL); in plain_alloc_rs()
817 rs->rs_msg = lustre_msg_buf_v2(rs->rs_repbuf, PLAIN_PACK_MSG_OFF, 0); in plain_alloc_rs()
837 struct lustre_msg_v2 *msg = rs->rs_repbuf; in plain_authorize()
894 bsdv = lustre_msg_buf(rs->rs_repbuf, PLAIN_PACK_BULK_OFF, 0); in plain_svc_unwrap_bulk()
927 bsdv = lustre_msg_buf(rs->rs_repbuf, PLAIN_PACK_BULK_OFF, 0); in plain_svc_wrap_bulk()
Dniobuf.c427 rc = ptl_send_buf(&rs->rs_md_h, rs->rs_repbuf, rs->rs_repdata_len, in ptlrpc_send_reply()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_net.h451 struct lustre_msg *rs_repbuf; /* wrapper */ member