Home
last modified time | relevance | path

Searched refs:SMB2_CLOSE_HE (Results 1 – 4 of 4) sorted by relevance

/linux/fs/smb/common/
H A Dsmb2pdu.h27 #define SMB2_CLOSE_HE 0x0006 macro
49 #define SMB2_CLOSE cpu_to_le16(SMB2_CLOSE_HE)
/linux/fs/smb/client/
H A Dsmb2misc.c873 rc = __smb2_handle_cancelled_cmd(tcon, SMB2_CLOSE_HE, 0, in smb2_handle_cancelled_close()
H A Dsmb2pdu.c3776 cifs_stats_fail_inc(tcon, SMB2_CLOSE_HE); in __SMB2_close()
/linux/fs/smb/server/
H A Dsmb2pdu.c905 if (cmd == SMB2_CANCEL_HE || cmd == SMB2_CLOSE_HE || in smb2_session_expired_cmd_allowed()