Searched refs:wct (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/smb/client/
H A Dcifssmb.c210 small_smb_init(int smb_command, int wct, struct cifs_tcon *tcon, argument
226 tcon, wct);
235 small_smb_init_no_tc(const int smb_command, const int wct, argument
241 rc = small_smb_init(smb_command, wct, NULL, request_buf);
262 __smb_init(int smb_command, int wct, struct cifs_tcon *tcon, argument
278 wct);
288 smb_init(int smb_command, int wct, struct cifs_tcon *tcon, argument
297 return __smb_init(smb_command, wct, tcon, request_buf, response_buf);
301 smb_init_no_reconnect(int smb_command, int wct, struct cifs_tcon *tcon, argument
312 return __smb_init(smb_command, wct, tco
1319 int wct; local
1388 int wct; local
1497 int bytes_returned, wct; local
1668 int wct; local
1751 int wct; local
[all...]
H A Dsess.c1348 sess_alloc_buffer(struct sess_data *sess_data, int wct) argument
1354 rc = small_smb_init_no_tc(SMB_COM_SESSION_SETUP_ANDX, wct, ses,
1465 /* wct = 13 */
1578 /* wct = 12 */
1770 /* wct = 12 */
1865 /* wct = 12 */
H A Dcifsproto.h171 extern int small_smb_init_no_tc(const int smb_cmd, const int wct,

Completed in 705 milliseconds