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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/cifs/
H A Dcifsproto.h51 extern int SendReceive2(const unsigned int /* xid */ , struct cifsSesInfo *,
H A Dsess.c486 rc = SendReceive2(xid, ses, iov, 2 /* num_iovecs */, &resp_buf_type, 0);
487 /* SMB request buf freed in SendReceive2 */
H A Dtransport.c420 SendReceive2(const unsigned int xid, struct cifsSesInfo *ses, function
H A Dcifssmb.c1327 rc = SendReceive2(xid, tcon->ses, iov,
1358 /* cifs_small_buf_release(pSMB); */ /* Freed earlier now in SendReceive2 */
1545 rc = SendReceive2(xid, tcon->ses, iov, n_vec + 1, &resp_buf_type,
1562 /* cifs_small_buf_release(pSMB); */ /* Freed earlier now in SendReceive2 */
2979 rc = SendReceive2(xid, tcon->ses, iov, 1 /* num iovec */, &buf_type, 0);
3019 /* cifs_small_buf_release(pSMB); */ /* Freed earlier now in SendReceive2 */

Completed in 201 milliseconds