Home
last modified time | relevance | path

Searched refs:resp_buf_type (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/fs/cifs/
Dsess.c565 int resp_buf_type; in CIFS_SessSetup() local
628 resp_buf_type = CIFS_SMALL_BUFFER; in CIFS_SessSetup()
866 rc = SendReceive2(xid, ses, iov, 3 /* num_iovecs */, &resp_buf_type, in CIFS_SessSetup()
941 if (resp_buf_type == CIFS_SMALL_BUFFER) { in CIFS_SessSetup()
944 } else if (resp_buf_type == CIFS_LARGE_BUFFER) in CIFS_SessSetup()
Dcifssmb.c1387 int resp_buf_type = 0; in CIFSSMBRead() local
1431 &resp_buf_type, CIFS_LOG_ERROR); in CIFSSMBRead()
1463 if (resp_buf_type == CIFS_SMALL_BUFFER) in CIFSSMBRead()
1465 else if (resp_buf_type == CIFS_LARGE_BUFFER) in CIFSSMBRead()
1467 } else if (resp_buf_type != CIFS_NO_BUFFER) { in CIFSSMBRead()
1470 if (resp_buf_type == CIFS_SMALL_BUFFER) in CIFSSMBRead()
1472 else if (resp_buf_type == CIFS_LARGE_BUFFER) in CIFSSMBRead()
1611 int resp_buf_type = 0; in CIFSSMBWrite2() local
1666 rc = SendReceive2(xid, tcon->ses, iov, n_vec + 1, &resp_buf_type, in CIFSSMBWrite2()
1671 } else if (resp_buf_type == 0) { in CIFSSMBWrite2()
[all …]
Dtransport.c422 int resp_buf_type; in SendReceiveNoRsp() local
427 rc = SendReceive2(xid, ses, iov, 1, &resp_buf_type, flags); in SendReceiveNoRsp()