Lines Matching refs:wct
261 small_smb_init(int smb_command, int wct, struct cifs_tcon *tcon, in small_smb_init() argument
277 tcon, wct); in small_smb_init()
286 small_smb_init_no_tc(const int smb_command, const int wct, in small_smb_init_no_tc() argument
292 rc = small_smb_init(smb_command, wct, NULL, request_buf); in small_smb_init_no_tc()
313 __smb_init(int smb_command, int wct, struct cifs_tcon *tcon, in __smb_init() argument
329 wct); in __smb_init()
339 smb_init(int smb_command, int wct, struct cifs_tcon *tcon, in smb_init() argument
348 return __smb_init(smb_command, wct, tcon, request_buf, response_buf); in smb_init()
352 smb_init_no_reconnect(int smb_command, int wct, struct cifs_tcon *tcon, in smb_init_no_reconnect() argument
358 return __smb_init(smb_command, wct, tcon, request_buf, response_buf); in smb_init_no_reconnect()
1671 int wct; in cifs_async_readv() local
1680 wct = 12; in cifs_async_readv()
1682 wct = 10; /* old style read */ in cifs_async_readv()
1689 rc = small_smb_init(SMB_COM_READ_ANDX, wct, tcon, (void **)&smb); in cifs_async_readv()
1699 if (wct == 12) in cifs_async_readv()
1704 if (wct == 12) in cifs_async_readv()
1740 int wct; in CIFSSMBRead() local
1752 wct = 12; in CIFSSMBRead()
1754 wct = 10; /* old style read */ in CIFSSMBRead()
1762 rc = small_smb_init(SMB_COM_READ_ANDX, wct, tcon, (void **) &pSMB); in CIFSSMBRead()
1776 if (wct == 12) in CIFSSMBRead()
1782 if (wct == 12) in CIFSSMBRead()
1849 int bytes_returned, wct; in CIFSSMBWrite() local
1865 wct = 14; in CIFSSMBWrite()
1867 wct = 12; in CIFSSMBWrite()
1874 rc = smb_init(SMB_COM_WRITE_ANDX, wct, tcon, (void **) &pSMB, in CIFSSMBWrite()
1889 if (wct == 14) in CIFSSMBWrite()
1918 if (wct == 14) in CIFSSMBWrite()
1927 if (wct == 14) in CIFSSMBWrite()
2192 int wct; in cifs_async_writev() local
2198 wct = 14; in cifs_async_writev()
2200 wct = 12; in cifs_async_writev()
2207 rc = small_smb_init(SMB_COM_WRITE_ANDX, wct, tcon, (void **)&smb); in cifs_async_writev()
2217 if (wct == 14) in cifs_async_writev()
2245 if (wct == 14) { in cifs_async_writev()
2277 int wct; in CIFSSMBWrite2() local
2292 wct = 14; in CIFSSMBWrite2()
2294 wct = 12; in CIFSSMBWrite2()
2300 rc = small_smb_init(SMB_COM_WRITE_ANDX, wct, tcon, (void **) &pSMB); in CIFSSMBWrite2()
2314 if (wct == 14) in CIFSSMBWrite2()
2327 if (wct == 14) in CIFSSMBWrite2()
2331 if (wct == 14) in CIFSSMBWrite2()
2339 if (wct == 14) in CIFSSMBWrite2()