Home
last modified time | relevance | path

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

/linux-4.1.27/fs/cifs/
Dsmb2pdu.c375 rc = SendReceive2(xid, ses, iov, 1, &resp_buftype, flags); in SMB2_negotiate()
703 rc = SendReceive2(xid, ses, iov, 2, &resp_buftype, in SMB2_sess_setup()
903 rc = SendReceive2(xid, ses, iov, 2, &resp_buftype, 0); in SMB2_tcon()
1225 rc = SendReceive2(xid, ses, iov, num_iovecs, &resp_buftype, 0); in SMB2_open()
1350 rc = SendReceive2(xid, ses, iov, num_iovecs, &resp_buftype, 0); in SMB2_ioctl()
1456 rc = SendReceive2(xid, ses, iov, 1, &resp_buftype, 0); in SMB2_close()
1565 rc = SendReceive2(xid, ses, iov, 1, &resp_buftype, 0); in query_info()
1683 rc = SendReceive2(xid, ses, iov, 1, &resp_buftype, 0); in SMB2_flush()
1885 rc = SendReceive2(xid, io_parms->tcon->ses, iov, 1, in SMB2_read()
2103 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()
708 SendReceive2(const unsigned int xid, struct cifs_ses *ses, in SendReceive2() function
Dcifsproto.h98 extern int SendReceive2(const unsigned int /* xid */ , struct cifs_ses *,
Dcifssmb.c1720 rc = SendReceive2(xid, tcon->ses, iov, 1 /* num iovecs */, in CIFSSMBRead()
2248 rc = SendReceive2(xid, tcon->ses, iov, n_vec + 1, &resp_buf_type, 0); in CIFSSMBWrite2()
2314 rc = SendReceive2(xid, tcon->ses, iov, 2, &resp_buf_type, CIFS_NO_RESP); in cifs_lockv()
2468 rc = SendReceive2(xid, tcon->ses, iov, 1 /* num iovecs */, in CIFSSMBPosixLock()
3847 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()