Searched refs:SendReceive2 (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/fs/smb/client/ |
D | transport.c | 883 rc = SendReceive2(xid, ses, iov, 1, &resp_buf_type, flags, &rsp_iov); in SendReceiveNoRsp() 1319 SendReceive2(const unsigned int xid, struct cifs_ses *ses, in SendReceive2() function
|
D | cifsproto.h | 126 extern int SendReceive2(const unsigned int /* xid */ , struct cifs_ses *,
|
D | cifssmb.c | 1468 rc = SendReceive2(xid, tcon->ses, iov, 1, &resp_buf_type, in CIFSSMBRead() 1860 rc = SendReceive2(xid, tcon->ses, iov, n_vec + 1, &resp_buf_type, 0, in CIFSSMBWrite2() 1928 rc = SendReceive2(xid, tcon->ses, iov, 2, &resp_buf_type, in cifs_lockv() 2084 rc = SendReceive2(xid, tcon->ses, iov, 1 /* num iovecs */, in CIFSSMBPosixLock() 3459 rc = SendReceive2(xid, tcon->ses, iov, 1 /* num iovec */, &buf_type, in CIFSSMBGetCIFSACL()
|
D | sess.c | 1410 rc = SendReceive2(sess_data->xid, sess_data->ses, in sess_sendreceive()
|