Home
last modified time | relevance | path

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

/linux-4.19.296/fs/cifs/
Dtransport.c685 rc = SendReceive2(xid, ses, iov, 1, &resp_buf_type, flags, &rsp_iov); in SendReceiveNoRsp()
1001 SendReceive2(const unsigned int xid, struct cifs_ses *ses, in SendReceive2() function
Dcifsproto.h116 extern int SendReceive2(const unsigned int /* xid */ , struct cifs_ses *,
Dcifssmb.c1793 rc = SendReceive2(xid, tcon->ses, iov, 1, &resp_buf_type, in CIFSSMBRead()
2344 rc = SendReceive2(xid, tcon->ses, iov, n_vec + 1, &resp_buf_type, 0, in CIFSSMBWrite2()
2412 rc = SendReceive2(xid, tcon->ses, iov, 2, &resp_buf_type, CIFS_NO_RESP, in cifs_lockv()
2567 rc = SendReceive2(xid, tcon->ses, iov, 1 /* num iovecs */, in CIFSSMBPosixLock()
3947 rc = SendReceive2(xid, tcon->ses, iov, 1 /* num iovec */, &buf_type, in CIFSSMBGetCIFSACL()
Dsess.c666 rc = SendReceive2(sess_data->xid, sess_data->ses, in sess_sendreceive()