Searched refs:smb_command (Results 1 - 3 of 3) sorted by relevance
/linux-4.1.27/fs/cifs/ |
H A D | cifssmb.c | 116 cifs_reconnect_tcon(struct cifs_tcon *tcon, int smb_command) cifs_reconnect_tcon() argument 139 if (smb_command != SMB_COM_WRITE_ANDX && cifs_reconnect_tcon() 140 smb_command != SMB_COM_OPEN_ANDX && cifs_reconnect_tcon() 141 smb_command != SMB_COM_TREE_DISCONNECT) { cifs_reconnect_tcon() 143 smb_command); cifs_reconnect_tcon() 217 switch (smb_command) { cifs_reconnect_tcon() 234 small_smb_init(int smb_command, int wct, struct cifs_tcon *tcon, small_smb_init() argument 239 rc = cifs_reconnect_tcon(tcon, smb_command); small_smb_init() 249 header_assemble((struct smb_hdr *) *request_buf, smb_command, small_smb_init() 259 small_smb_init_no_tc(const int smb_command, const int wct, small_smb_init_no_tc() argument 265 rc = small_smb_init(smb_command, wct, NULL, request_buf); small_smb_init_no_tc() 286 __smb_init(int smb_command, int wct, struct cifs_tcon *tcon, __smb_init() argument 301 header_assemble((struct smb_hdr *) *request_buf, smb_command, tcon, __smb_init() 312 smb_init(int smb_command, int wct, struct cifs_tcon *tcon, smb_init() argument 317 rc = cifs_reconnect_tcon(tcon, smb_command); smb_init() 321 return __smb_init(smb_command, wct, tcon, request_buf, response_buf); smb_init() 325 smb_init_no_reconnect(int smb_command, int wct, struct cifs_tcon *tcon, smb_init_no_reconnect() argument 331 return __smb_init(smb_command, wct, tcon, request_buf, response_buf); smb_init_no_reconnect()
|
H A D | misc.c | 241 header_assemble(struct smb_hdr *buffer, char smb_command /* command */ , header_assemble() 258 buffer->Command = smb_command; header_assemble()
|
H A D | transport.c | 64 cifs_dbg(FYI, "For smb_command %d\n", smb_buffer->Command); AllocMidQEntry()
|
Completed in 121 milliseconds