Searched refs:SMB2_WRITE (Results 1 – 2 of 2) sorted by relevance
169 if ((smb2_command != SMB2_WRITE) && in smb2_reconnect()260 case SMB2_WRITE: in smb2_reconnect()2180 rc = small_smb2_init(SMB2_WRITE, tcon, (void **) &req); in smb2_async_writev()2268 rc = small_smb2_init(SMB2_WRITE, io_parms->tcon, (void **) &req); in SMB2_write()
72 #define SMB2_WRITE cpu_to_le16(SMB2_WRITE_HE) macro