Home
last modified time | relevance | path

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

/linux-4.4.14/fs/cifs/
Dsmb2pdu.c430 rc = SendReceive2(xid, ses, iov, 1, &resp_buftype, flags); in SMB2_negotiate()
762 rc = SendReceive2(xid, ses, iov, 2, &resp_buftype, in SMB2_sess_setup()
968 rc = SendReceive2(xid, ses, iov, 2, &resp_buftype, 0); in SMB2_tcon()
1411 rc = SendReceive2(xid, ses, iov, num_iovecs, &resp_buftype, 0); in SMB2_open()
1536 rc = SendReceive2(xid, ses, iov, num_iovecs, &resp_buftype, 0); in SMB2_ioctl()
1642 rc = SendReceive2(xid, ses, iov, 1, &resp_buftype, 0); in SMB2_close()
1751 rc = SendReceive2(xid, ses, iov, 1, &resp_buftype, 0); in query_info()
1871 rc = SendReceive2(xid, ses, iov, 1, &resp_buftype, 0); in SMB2_flush()
2075 rc = SendReceive2(xid, io_parms->tcon->ses, iov, 1, in SMB2_read()
2296 rc = SendReceive2(xid, io_parms->tcon->ses, iov, n_vec + 1, in SMB2_write()
[all …]
Dtransport.c613 rc = SendReceive2(xid, ses, iov, 1, &resp_buf_type, flags); in SendReceiveNoRsp()
710 SendReceive2(const unsigned int xid, struct cifs_ses *ses, in SendReceive2() function
Dcifsproto.h96 extern int SendReceive2(const unsigned int /* xid */ , struct cifs_ses *,
Dcifssmb.c1723 rc = SendReceive2(xid, tcon->ses, iov, 1 /* num iovecs */, in CIFSSMBRead()
2254 rc = SendReceive2(xid, tcon->ses, iov, n_vec + 1, &resp_buf_type, 0); in CIFSSMBWrite2()
2320 rc = SendReceive2(xid, tcon->ses, iov, 2, &resp_buf_type, CIFS_NO_RESP); in cifs_lockv()
2474 rc = SendReceive2(xid, tcon->ses, iov, 1 /* num iovecs */, in CIFSSMBPosixLock()
3853 rc = SendReceive2(xid, tcon->ses, iov, 1 /* num iovec */, &buf_type, in CIFSSMBGetCIFSACL()
Dsess.c641 rc = SendReceive2(sess_data->xid, sess_data->ses, in sess_sendreceive()