Lines Matching refs:wct
275 small_smb_init(int smb_command, int wct, struct cifs_tcon *tcon, in small_smb_init() argument
291 tcon, wct); in small_smb_init()
300 small_smb_init_no_tc(const int smb_command, const int wct, in small_smb_init_no_tc() argument
306 rc = small_smb_init(smb_command, wct, NULL, request_buf); in small_smb_init_no_tc()
327 __smb_init(int smb_command, int wct, struct cifs_tcon *tcon, in __smb_init() argument
343 wct); in __smb_init()
353 smb_init(int smb_command, int wct, struct cifs_tcon *tcon, in smb_init() argument
362 return __smb_init(smb_command, wct, tcon, request_buf, response_buf); in smb_init()
366 smb_init_no_reconnect(int smb_command, int wct, struct cifs_tcon *tcon, in smb_init_no_reconnect() argument
372 return __smb_init(smb_command, wct, tcon, request_buf, response_buf); in smb_init_no_reconnect()
1678 int wct; in cifs_async_readv() local
1687 wct = 12; in cifs_async_readv()
1689 wct = 10; /* old style read */ in cifs_async_readv()
1696 rc = small_smb_init(SMB_COM_READ_ANDX, wct, tcon, (void **)&smb); in cifs_async_readv()
1706 if (wct == 12) in cifs_async_readv()
1711 if (wct == 12) in cifs_async_readv()
1747 int wct; in CIFSSMBRead() local
1759 wct = 12; in CIFSSMBRead()
1761 wct = 10; /* old style read */ in CIFSSMBRead()
1769 rc = small_smb_init(SMB_COM_READ_ANDX, wct, tcon, (void **) &pSMB); in CIFSSMBRead()
1783 if (wct == 12) in CIFSSMBRead()
1789 if (wct == 12) in CIFSSMBRead()
1856 int bytes_returned, wct; in CIFSSMBWrite() local
1872 wct = 14; in CIFSSMBWrite()
1874 wct = 12; in CIFSSMBWrite()
1881 rc = smb_init(SMB_COM_WRITE_ANDX, wct, tcon, (void **) &pSMB, in CIFSSMBWrite()
1896 if (wct == 14) in CIFSSMBWrite()
1925 if (wct == 14) in CIFSSMBWrite()
1934 if (wct == 14) in CIFSSMBWrite()
2203 int wct; in cifs_async_writev() local
2209 wct = 14; in cifs_async_writev()
2211 wct = 12; in cifs_async_writev()
2218 rc = small_smb_init(SMB_COM_WRITE_ANDX, wct, tcon, (void **)&smb); in cifs_async_writev()
2228 if (wct == 14) in cifs_async_writev()
2257 if (wct == 14) { in cifs_async_writev()
2289 int wct; in CIFSSMBWrite2() local
2304 wct = 14; in CIFSSMBWrite2()
2306 wct = 12; in CIFSSMBWrite2()
2312 rc = small_smb_init(SMB_COM_WRITE_ANDX, wct, tcon, (void **) &pSMB); in CIFSSMBWrite2()
2326 if (wct == 14) in CIFSSMBWrite2()
2339 if (wct == 14) in CIFSSMBWrite2()
2343 if (wct == 14) in CIFSSMBWrite2()
2351 if (wct == 14) in CIFSSMBWrite2()