| H A D | cifssmb.c | 275 small_smb_init(int smb_command, int wct, struct cifs_tcon *tcon, in small_smb_init() argument 291 tcon, wct); in small_smb_init() 300 small_smb_init_no_tc(const int smb_command, const int wct, in small_smb_init_no_tc() argument 306 rc = small_smb_init(smb_command, wct, NULL, request_buf); in small_smb_init_no_tc() 327 __smb_init(int smb_command, int wct, struct cifs_tcon *tcon, in __smb_init() argument 343 wct); in __smb_init() 353 smb_init(int smb_command, int wct, struct cifs_tcon *tcon, in smb_init() argument 362 return __smb_init(smb_command, wct, tcon, request_buf, response_buf); in smb_init() 366 smb_init_no_reconnect(int smb_command, int wct, struct cifs_tcon *tcon, in smb_init_no_reconnect() argument 372 return __smb_init(smb_command, wct, tcon, request_buf, response_buf); in smb_init_no_reconnect() [all …]
|