Home
last modified time | relevance | path

Searched refs:SMB2_CANCEL_HE (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.15/fs/ksmbd/
Dconnection.c106 if (conn->ops->get_cmd_val(work) != SMB2_CANCEL_HE) { in ksmbd_conn_enqueue_request()
Dsmb2ops.c183 [SMB2_CANCEL_HE] = { .proc = smb2_cancel},
Dsmb2pdu.h38 #define SMB2_CANCEL_HE 0x000C macro
59 #define SMB2_CANCEL cpu_to_le16(SMB2_CANCEL_HE)
Dsmb2pdu.c101 work->conn->ops->get_cmd_val(work) == SMB2_CANCEL_HE || in smb2_get_ksmbd_tcon()
/Linux-v5.15/fs/cifs/
Dsmb2pdu.h42 #define SMB2_CANCEL_HE 0x000C macro
63 #define SMB2_CANCEL cpu_to_le16(SMB2_CANCEL_HE)