• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/cifs/

Lines Matching refs:wct

222 small_smb_init(int smb_command, int wct, struct cifsTconInfo *tcon,
238 tcon, wct);
247 small_smb_init_no_tc(const int smb_command, const int wct,
253 rc = small_smb_init(smb_command, wct, NULL, request_buf);
274 __smb_init(int smb_command, int wct, struct cifsTconInfo *tcon,
290 wct);
300 smb_init(int smb_command, int wct, struct cifsTconInfo *tcon,
309 return __smb_init(smb_command, wct, tcon, request_buf, response_buf);
313 smb_init_no_reconnect(int smb_command, int wct, struct cifsTconInfo *tcon,
319 return __smb_init(smb_command, wct, tcon, request_buf, response_buf);
328 /* check for plausible wct, bcc and t2 data and parm sizes */
420 /* Check wct = 1 error case */
422 /* core returns wct = 1, but we do not ask for core - otherwise
423 small wct just comes when dialect index is -1 indicating we
515 /* unknown wct */
519 /* else wct == 17 NTLM */
1190 /* BB verify if wct == 15 */
1333 int wct;
1339 wct = 12;
1341 wct = 10; /* old style read */
1349 rc = small_smb_init(SMB_COM_READ_ANDX, wct, tcon, (void **) &pSMB);
1360 if (wct == 12)
1366 if (wct == 12)
1438 int bytes_returned, wct;
1449 wct = 14;
1451 wct = 12;
1458 rc = smb_init(SMB_COM_WRITE_ANDX, wct, tcon, (void **) &pSMB,
1469 if (wct == 14)
1503 if (wct == 14)
1505 else /* wct == 12 */
1512 if (wct == 14)
1556 int wct;
1565 wct = 14;
1567 wct = 12;
1573 rc = small_smb_init(SMB_COM_WRITE_ANDX, wct, tcon, (void **) &pSMB);
1583 if (wct == 14)
1595 if (wct == 14)
1597 else /* wct == 12 */
1599 if (wct == 14)
1601 else /* wct == 12 */ /* bigger pad, smaller smb hdr, keep offset ok */ {
1607 if (wct == 14)
1609 else /* wct == 12 pad bigger by four bytes */