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()
1601 int wct; in cifs_async_readv() local
1610 wct = 12; in cifs_async_readv()
1612 wct = 10; /* old style read */ in cifs_async_readv()
1619 rc = small_smb_init(SMB_COM_READ_ANDX, wct, tcon, (void **)&smb); in cifs_async_readv()
1629 if (wct == 12) in cifs_async_readv()
1634 if (wct == 12) in cifs_async_readv()
1668 int wct; in CIFSSMBRead() local
1679 wct = 12; in CIFSSMBRead()
1681 wct = 10; /* old style read */ in CIFSSMBRead()
1689 rc = small_smb_init(SMB_COM_READ_ANDX, wct, tcon, (void **) &pSMB); in CIFSSMBRead()
1703 if (wct == 12) in CIFSSMBRead()
1709 if (wct == 12) in CIFSSMBRead()
1777 int bytes_returned, wct; in CIFSSMBWrite() local
1793 wct = 14; in CIFSSMBWrite()
1795 wct = 12; in CIFSSMBWrite()
1802 rc = smb_init(SMB_COM_WRITE_ANDX, wct, tcon, (void **) &pSMB, in CIFSSMBWrite()
1817 if (wct == 14) in CIFSSMBWrite()
1851 if (wct == 14) in CIFSSMBWrite()
1860 if (wct == 14) in CIFSSMBWrite()
2098 int wct; in cifs_async_writev() local
2104 wct = 14; in cifs_async_writev()
2106 wct = 12; in cifs_async_writev()
2113 rc = small_smb_init(SMB_COM_WRITE_ANDX, wct, tcon, (void **)&smb); in cifs_async_writev()
2123 if (wct == 14) in cifs_async_writev()
2149 if (wct == 14) { in cifs_async_writev()
2181 int wct; in CIFSSMBWrite2() local
2195 wct = 14; in CIFSSMBWrite2()
2197 wct = 12; in CIFSSMBWrite2()
2203 rc = small_smb_init(SMB_COM_WRITE_ANDX, wct, tcon, (void **) &pSMB); in CIFSSMBWrite2()
2217 if (wct == 14) in CIFSSMBWrite2()
2230 if (wct == 14) in CIFSSMBWrite2()
2234 if (wct == 14) in CIFSSMBWrite2()
2242 if (wct == 14) in CIFSSMBWrite2()