Home
last modified time | relevance | path

Searched refs:SMB2_FLAGS_SERVER_TO_REDIR (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/fs/cifs/
H A Dsmb2misc.c45 if (shdr->Flags & SMB2_FLAGS_SERVER_TO_REDIR) in check_smb2_hdr()
890 if ((hdr->Flags & SMB2_FLAGS_SERVER_TO_REDIR) in smb311_update_preauth_hash()
H A Dsmb2pdu.h197 #define SMB2_FLAGS_SERVER_TO_REDIR cpu_to_le32(0x00000001) macro
/kernel/linux/linux-6.6/fs/smb/client/
H A Dsmb2misc.c32 if (shdr->Flags & SMB2_FLAGS_SERVER_TO_REDIR) in check_smb2_hdr()
896 if ((hdr->Flags & SMB2_FLAGS_SERVER_TO_REDIR) in smb311_update_preauth_hash()
/kernel/linux/linux-6.6/fs/smb/server/
H A Dsmb2misc.c19 if (hdr->Flags & SMB2_FLAGS_SERVER_TO_REDIR) in check_smb2_hdr()
H A Doplock.c660 rsp_hdr->Flags = (SMB2_FLAGS_SERVER_TO_REDIR); in __smb2_oplock_break_noti()
764 rsp_hdr->Flags = (SMB2_FLAGS_SERVER_TO_REDIR); in __smb2_lease_break_noti()
H A Dsmb2pdu.c178 if (hdr->Flags & SMB2_FLAGS_SERVER_TO_REDIR) in is_smb2_neg_cmd()
202 if (!(hdr->Flags & SMB2_FLAGS_SERVER_TO_REDIR)) in is_smb2_rsp()
263 rsp_hdr->Flags = (SMB2_FLAGS_SERVER_TO_REDIR); in init_smb2_neg_rsp()
427 rsp_hdr->Flags = (SMB2_FLAGS_SERVER_TO_REDIR | in init_chained_smb2_rsp()
507 rsp_hdr->Flags = (SMB2_FLAGS_SERVER_TO_REDIR); in init_smb2_rsp_hdr()
/kernel/linux/linux-6.6/fs/smb/common/
H A Dsmb2pdu.h117 #define SMB2_FLAGS_SERVER_TO_REDIR cpu_to_le32(0x00000001) macro

Completed in 26 milliseconds