Home
last modified time | relevance | path

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

/linux-2.6.39/fs/cifs/
Dsess.c558 int wct; in CIFS_SessSetup() local
601 wct = 10; /* lanman 2 style sessionsetup */ in CIFS_SessSetup()
604 wct = 13; /* old style NTLM sessionsetup */ in CIFS_SessSetup()
606 wct = 12; in CIFS_SessSetup()
608 rc = small_smb_init_no_tc(SMB_COM_SESSION_SETUP_ANDX, wct, ses, in CIFS_SessSetup()
Dcifssmb.c229 small_smb_init(int smb_command, int wct, struct cifsTconInfo *tcon, in small_smb_init() argument
245 tcon, wct); in small_smb_init()
254 small_smb_init_no_tc(const int smb_command, const int wct, in small_smb_init_no_tc() argument
260 rc = small_smb_init(smb_command, wct, NULL, request_buf); in small_smb_init_no_tc()
281 __smb_init(int smb_command, int wct, struct cifsTconInfo *tcon, in __smb_init() argument
297 wct); in __smb_init()
307 smb_init(int smb_command, int wct, struct cifsTconInfo *tcon, in smb_init() argument
316 return __smb_init(smb_command, wct, tcon, request_buf, response_buf); in smb_init()
320 smb_init_no_reconnect(int smb_command, int wct, struct cifsTconInfo *tcon, in smb_init_no_reconnect() argument
326 return __smb_init(smb_command, wct, tcon, request_buf, response_buf); in smb_init_no_reconnect()
[all …]
Dcifsproto.h104 extern int small_smb_init_no_tc(const int smb_cmd, const int wct,