Lines Matching refs:smb_rqst
231 smb_rqst_len(struct TCP_Server_Info *server, struct smb_rqst *rqst) in smb_rqst_len()
276 struct smb_rqst *rqst) in __smb_send_rqst()
389 struct smb_rqst *rqst, int flags) in smb_send_rqst()
393 struct smb_rqst cur_rqst[MAX_COMPOUND]; in smb_send_rqst()
432 struct smb_rqst rqst = { .rq_iov = iov, in smb_send()
562 cifs_setup_async_request(struct TCP_Server_Info *server, struct smb_rqst *rqst) in cifs_setup_async_request()
594 cifs_call_async(struct TCP_Server_Info *server, struct smb_rqst *rqst, in cifs_call_async()
716 send_cancel(struct TCP_Server_Info *server, struct smb_rqst *rqst, in send_cancel()
735 struct smb_rqst rqst = { .rq_iov = iov, in cifs_check_receive()
755 cifs_setup_request(struct cifs_ses *ses, struct smb_rqst *rqst) in cifs_setup_request()
783 const int flags, const int num_rqst, struct smb_rqst *rqst, in compound_send_recv()
937 struct smb_rqst *rqst, int *resp_buf_type, const int flags, in cifs_send_recv()
949 struct smb_rqst rqst; in SendReceive2()
972 memset(&rqst, 0, sizeof(struct smb_rqst)); in SendReceive2()
991 struct smb_rqst rqst = { .rq_iov = &iov, .rq_nvec = 1 }; in SendReceive()
1130 struct smb_rqst rqst = { .rq_iov = &iov, .rq_nvec = 1 }; in SendReceiveBlockingLock()