Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Dsmb2misc.c33 if (shdr->Flags & SMB2_FLAGS_SERVER_TO_REDIR) in check_smb2_hdr()
918 if ((hdr->Flags & SMB2_FLAGS_SERVER_TO_REDIR) in smb311_update_preauth_hash()
/linux/fs/smb/server/
H A Dsmb2misc.c18 if (hdr->Flags & SMB2_FLAGS_SERVER_TO_REDIR) in check_smb2_hdr()
H A Doplock.c646 rsp_hdr->Flags = (SMB2_FLAGS_SERVER_TO_REDIR); in __smb2_oplock_break_noti()
753 rsp_hdr->Flags = (SMB2_FLAGS_SERVER_TO_REDIR); in __smb2_lease_break_noti()
H A Dsmb2pdu.c182 if (hdr->Flags & SMB2_FLAGS_SERVER_TO_REDIR) in is_smb2_neg_cmd()
206 if (!(hdr->Flags & SMB2_FLAGS_SERVER_TO_REDIR)) in is_smb2_rsp()
267 rsp_hdr->Flags = (SMB2_FLAGS_SERVER_TO_REDIR); in init_smb2_neg_rsp()
431 rsp_hdr->Flags = (SMB2_FLAGS_SERVER_TO_REDIR | in init_chained_smb2_rsp()
511 rsp_hdr->Flags = (SMB2_FLAGS_SERVER_TO_REDIR); in init_smb2_rsp_hdr()
/linux/fs/smb/common/
H A Dsmb2pdu.h124 #define SMB2_FLAGS_SERVER_TO_REDIR cpu_to_le32(0x00000001)
121 #define SMB2_FLAGS_SERVER_TO_REDIR global() macro