Home
last modified time | relevance | path

Searched refs:SMB2_FLAGS_SERVER_TO_REDIR (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.15/fs/cifs/
Dsmb2misc.c32 if (shdr->Flags & SMB2_FLAGS_SERVER_TO_REDIR) in check_smb2_hdr()
879 if ((hdr->Flags & SMB2_FLAGS_SERVER_TO_REDIR) in smb311_update_preauth_hash()
Dsmb2pdu.h195 #define SMB2_FLAGS_SERVER_TO_REDIR cpu_to_le32(0x00000001) macro
/Linux-v5.15/fs/ksmbd/
Dsmb2misc.c20 if (hdr->Flags & SMB2_FLAGS_SERVER_TO_REDIR) in check_smb2_hdr()
Doplock.c640 rsp_hdr->Flags = (SMB2_FLAGS_SERVER_TO_REDIR); in __smb2_oplock_break_noti()
747 rsp_hdr->Flags = (SMB2_FLAGS_SERVER_TO_REDIR); in __smb2_lease_break_noti()
Dsmb2pdu.h184 #define SMB2_FLAGS_SERVER_TO_REDIR cpu_to_le32(0x00000001) macro
Dsmb2pdu.c160 if (hdr->Flags & SMB2_FLAGS_SERVER_TO_REDIR) in is_smb2_neg_cmd()
184 if (!(hdr->Flags & SMB2_FLAGS_SERVER_TO_REDIR)) in is_smb2_rsp()
251 rsp_hdr->Flags = (SMB2_FLAGS_SERVER_TO_REDIR); in init_smb2_neg_rsp()
417 rsp_hdr->Flags = (SMB2_FLAGS_SERVER_TO_REDIR | in init_chained_smb2_rsp()
500 rsp_hdr->Flags = (SMB2_FLAGS_SERVER_TO_REDIR); in init_smb2_rsp_hdr()