Searched refs:SMB2_FLAGS_SERVER_TO_REDIR (Results 1 – 6 of 6) sorted by relevance
78 #define SMB2_FLAGS_SERVER_TO_REDIR 0x00000001 macro
544 sr->smb2_hdr_flags = SMB2_FLAGS_SERVER_TO_REDIR; in smb1_negotiate_smb2()607 if (sr->smb2_hdr_flags & SMB2_FLAGS_SERVER_TO_REDIR) in smb2_newrq_negotiate()667 sr->smb2_hdr_flags |= SMB2_FLAGS_SERVER_TO_REDIR; in smb2_newrq_negotiate()
529 if ((sr->smb2_hdr_flags & SMB2_FLAGS_SERVER_TO_REDIR) != 0) { in smb2sr_work()536 sr->smb2_hdr_flags |= SMB2_FLAGS_SERVER_TO_REDIR; in smb2sr_work()1149 sr->smb2_hdr_flags |= (SMB2_FLAGS_SERVER_TO_REDIR | in smb2sr_go_async()
247 sr->smb2_hdr_flags = SMB2_FLAGS_SERVER_TO_REDIR; in smb2_oplock_break_notification()
479 sr->smb2_hdr_flags = SMB2_FLAGS_SERVER_TO_REDIR; in smb2_lease_break_notification()
71 #define SMB2_FLAGS_SERVER_TO_REDIR 0x00000001 macro