Home
last modified time | relevance | path

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

/openbmc/linux/fs/smb/client/
H A Dcifssmb.c210 small_smb_init(int smb_command, int wct, struct cifs_tcon *tcon, in small_smb_init() argument
226 tcon, wct); in small_smb_init()
235 small_smb_init_no_tc(const int smb_command, const int wct, in small_smb_init_no_tc() argument
241 rc = small_smb_init(smb_command, wct, NULL, request_buf); in small_smb_init_no_tc()
262 __smb_init(int smb_command, int wct, struct cifs_tcon *tcon, in __smb_init() argument
278 wct); in __smb_init()
288 smb_init(int smb_command, int wct, struct cifs_tcon *tcon, in smb_init() argument
297 return __smb_init(smb_command, wct, tcon, request_buf, response_buf); in smb_init()
301 smb_init_no_reconnect(int smb_command, int wct, struct cifs_tcon *tcon, in smb_init_no_reconnect() argument
312 return __smb_init(smb_command, wct, tcon, request_buf, response_buf); in smb_init_no_reconnect()
[all …]
H A Dsess.c1349 sess_alloc_buffer(struct sess_data *sess_data, int wct) in sess_alloc_buffer() argument
1355 rc = small_smb_init_no_tc(SMB_COM_SESSION_SETUP_ANDX, wct, ses, in sess_alloc_buffer()
H A Dcifsproto.h171 extern int small_smb_init_no_tc(const int smb_cmd, const int wct,