Searched refs:SendReceive2 (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/fs/cifs/ |
H A D | transport.c | 872 rc = SendReceive2(xid, ses, iov, 1, &resp_buf_type, flags, &rsp_iov); in SendReceiveNoRsp() 1260 SendReceive2(const unsigned int xid, struct cifs_ses *ses, in SendReceive2() function
|
H A D | cifsproto.h | 125 extern int SendReceive2(const unsigned int /* xid */ , struct cifs_ses *,
|
H A D | cifssmb.c | 1800 rc = SendReceive2(xid, tcon->ses, iov, 1, &resp_buf_type, in CIFSSMBRead() 2356 rc = SendReceive2(xid, tcon->ses, iov, n_vec + 1, &resp_buf_type, 0, in CIFSSMBWrite2() 2424 rc = SendReceive2(xid, tcon->ses, iov, 2, &resp_buf_type, in cifs_lockv() 2579 rc = SendReceive2(xid, tcon->ses, iov, 1 /* num iovecs */, in CIFSSMBPosixLock() 3921 rc = SendReceive2(xid, tcon->ses, iov, 1 /* num iovec */, &buf_type, in CIFSSMBGetCIFSACL()
|
H A D | sess.c | 952 rc = SendReceive2(sess_data->xid, sess_data->ses, in sess_sendreceive()
|
/kernel/linux/linux-6.6/fs/smb/client/ |
H A D | cifsproto.h | 126 extern int SendReceive2(const unsigned int /* xid */ , struct cifs_ses *,
|
H A D | transport.c | 879 rc = SendReceive2(xid, ses, iov, 1, &resp_buf_type, flags, &rsp_iov); in SendReceiveNoRsp() 1310 SendReceive2(const unsigned int xid, struct cifs_ses *ses, in SendReceive2() function
|
H A D | cifssmb.c | 1441 rc = SendReceive2(xid, tcon->ses, iov, 1, &resp_buf_type, in CIFSSMBRead() 1818 rc = SendReceive2(xid, tcon->ses, iov, n_vec + 1, &resp_buf_type, 0, in CIFSSMBWrite2() 1886 rc = SendReceive2(xid, tcon->ses, iov, 2, &resp_buf_type, in cifs_lockv() 2042 rc = SendReceive2(xid, tcon->ses, iov, 1 /* num iovecs */, in CIFSSMBPosixLock() 3407 rc = SendReceive2(xid, tcon->ses, iov, 1 /* num iovec */, &buf_type, in CIFSSMBGetCIFSACL()
|
H A D | sess.c | 1444 rc = SendReceive2(sess_data->xid, sess_data->ses, in sess_sendreceive()
|
Completed in 25 milliseconds