Lines Matching refs:wct

234 small_smb_init(int smb_command, int wct, struct cifs_tcon *tcon,  in small_smb_init()  argument
250 tcon, wct); in small_smb_init()
259 small_smb_init_no_tc(const int smb_command, const int wct, in small_smb_init_no_tc() argument
265 rc = small_smb_init(smb_command, wct, NULL, request_buf); in small_smb_init_no_tc()
286 __smb_init(int smb_command, int wct, struct cifs_tcon *tcon, in __smb_init() argument
302 wct); in __smb_init()
312 smb_init(int smb_command, int wct, struct cifs_tcon *tcon, in smb_init() argument
321 return __smb_init(smb_command, wct, tcon, request_buf, response_buf); in smb_init()
325 smb_init_no_reconnect(int smb_command, int wct, struct cifs_tcon *tcon, in smb_init_no_reconnect() argument
331 return __smb_init(smb_command, wct, tcon, request_buf, response_buf); in smb_init_no_reconnect()
1604 int wct; in cifs_async_readv() local
1613 wct = 12; in cifs_async_readv()
1615 wct = 10; /* old style read */ in cifs_async_readv()
1622 rc = small_smb_init(SMB_COM_READ_ANDX, wct, tcon, (void **)&smb); in cifs_async_readv()
1632 if (wct == 12) in cifs_async_readv()
1637 if (wct == 12) in cifs_async_readv()
1671 int wct; in CIFSSMBRead() local
1682 wct = 12; in CIFSSMBRead()
1684 wct = 10; /* old style read */ in CIFSSMBRead()
1692 rc = small_smb_init(SMB_COM_READ_ANDX, wct, tcon, (void **) &pSMB); in CIFSSMBRead()
1706 if (wct == 12) in CIFSSMBRead()
1712 if (wct == 12) in CIFSSMBRead()
1780 int bytes_returned, wct; in CIFSSMBWrite() local
1796 wct = 14; in CIFSSMBWrite()
1798 wct = 12; in CIFSSMBWrite()
1805 rc = smb_init(SMB_COM_WRITE_ANDX, wct, tcon, (void **) &pSMB, in CIFSSMBWrite()
1820 if (wct == 14) in CIFSSMBWrite()
1854 if (wct == 14) in CIFSSMBWrite()
1863 if (wct == 14) in CIFSSMBWrite()
2104 int wct; in cifs_async_writev() local
2110 wct = 14; in cifs_async_writev()
2112 wct = 12; in cifs_async_writev()
2119 rc = small_smb_init(SMB_COM_WRITE_ANDX, wct, tcon, (void **)&smb); in cifs_async_writev()
2129 if (wct == 14) in cifs_async_writev()
2155 if (wct == 14) { in cifs_async_writev()
2187 int wct; in CIFSSMBWrite2() local
2201 wct = 14; in CIFSSMBWrite2()
2203 wct = 12; in CIFSSMBWrite2()
2209 rc = small_smb_init(SMB_COM_WRITE_ANDX, wct, tcon, (void **) &pSMB); in CIFSSMBWrite2()
2223 if (wct == 14) in CIFSSMBWrite2()
2236 if (wct == 14) in CIFSSMBWrite2()
2240 if (wct == 14) in CIFSSMBWrite2()
2248 if (wct == 14) in CIFSSMBWrite2()