Searched refs:SendReceive2 (Results 1 – 4 of 4) sorted by relevance
/linux-2.6.39/fs/cifs/ |
D | transport.c | 427 rc = SendReceive2(xid, ses, iov, 1, &resp_buf_type, flags); in SendReceiveNoRsp() 512 SendReceive2(const unsigned int xid, struct cifsSesInfo *ses, in SendReceive2() function
|
D | cifsproto.h | 76 extern int SendReceive2(const unsigned int /* xid */ , struct cifsSesInfo *,
|
D | sess.c | 866 rc = SendReceive2(xid, ses, iov, 3 /* num_iovecs */, &resp_buf_type, in CIFS_SessSetup()
|
D | cifssmb.c | 1430 rc = SendReceive2(xid, tcon->ses, iov, 1 /* num iovecs */, in CIFSSMBRead() 1666 rc = SendReceive2(xid, tcon->ses, iov, n_vec + 1, &resp_buf_type, in CIFSSMBWrite2() 1850 rc = SendReceive2(xid, tcon->ses, iov, 1 /* num iovecs */, in CIFSSMBPosixLock() 3131 rc = SendReceive2(xid, tcon->ses, iov, 1 /* num iovec */, &buf_type, in CIFSSMBGetCIFSACL()
|