Searched refs:resp_buf_type (Results 1 – 4 of 4) sorted by relevance
| /linux/fs/cifs/ |
| A D | transport.c | 897 int resp_buf_type; in SendReceiveNoRsp() local 902 rc = SendReceive2(xid, ses, iov, 1, &resp_buf_type, flags, &rsp_iov); in SendReceiveNoRsp() 1066 int *resp_buf_type, struct kvec *resp_iov) in compound_send_recv() argument 1080 resp_buf_type[i] = CIFS_NO_BUFFER; /* no response buf yet */ in compound_send_recv() 1243 resp_buf_type[i] = CIFS_LARGE_BUFFER; in compound_send_recv() 1245 resp_buf_type[i] = CIFS_SMALL_BUFFER; in compound_send_recv() 1287 struct smb_rqst *rqst, int *resp_buf_type, const int flags, in cifs_send_recv() argument 1291 rqst, resp_buf_type, resp_iov); in cifs_send_recv() 1296 struct kvec *iov, int n_vec, int *resp_buf_type /* ret */, in SendReceive2() argument 1308 *resp_buf_type = CIFS_NO_BUFFER; in SendReceive2() [all …]
|
| A D | cifssmb.c | 1635 int resp_buf_type = 0; in CIFSSMBRead() local 1721 } else if (resp_buf_type != CIFS_NO_BUFFER) { in CIFSSMBRead() 1724 if (resp_buf_type == CIFS_SMALL_BUFFER) in CIFSSMBRead() 1726 else if (resp_buf_type == CIFS_LARGE_BUFFER) in CIFSSMBRead() 2179 int resp_buf_type = 0; in CIFSSMBWrite2() local 2250 } else if (resp_buf_type == 0) { in CIFSSMBWrite2() 2268 free_rsp_buf(resp_buf_type, rsp_iov.iov_base); in CIFSSMBWrite2() 2284 int resp_buf_type; in cifs_lockv() local 2403 int resp_buf_type = 0; in CIFSSMBPosixLock() local 2469 &resp_buf_type, timeout, &rsp_iov); in CIFSSMBPosixLock() [all …]
|
| A D | cifsproto.h | 102 struct smb_rqst *rqst, int *resp_buf_type, 107 struct smb_rqst *rqst, int *resp_buf_type,
|
| A D | smb2pdu.c | 1697 int resp_buf_type; in SMB2_logoff() local 1733 &rqst, &resp_buf_type, flags, &rsp_iov); in SMB2_logoff() 1909 int resp_buf_type; in SMB2_tdis() local 1940 &rqst, &resp_buf_type, flags, &rsp_iov); in SMB2_tdis() 5092 int resp_buf_type; in SMB2_oplock_break() local 5118 &rqst, &resp_buf_type, flags, &rsp_iov); in SMB2_oplock_break() 5392 int resp_buf_type; in smb2_lockv() local 5428 &rqst, &resp_buf_type, flags, in smb2_lockv() 5470 int resp_buf_type; in SMB2_lease_break() local 5501 &rqst, &resp_buf_type, flags, &rsp_iov); in SMB2_lease_break()
|
Completed in 25 milliseconds