Home
last modified time | relevance | path

Searched refs:CIFSSEC_MASK (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/fs/cifs/
H A Dcifsglob.h1827 #define CIFSSEC_MASK 0xBF0BF /* allows weak security but also krb5 */ macro
1829 #define CIFSSEC_MASK 0xB70B7 /* current flags supported if weak */ macro
1835 #define CIFSSEC_MASK 0x8F08F /* flags supported if no weak allowed */ macro
1837 #define CIFSSEC_MASK 0x87087 /* flags supported if no weak allowed */ macro
H A Dcifs_debug.c966 if (flags & ~CIFSSEC_MASK) { in cifs_security_flags_proc_write()
968 flags & ~CIFSSEC_MASK); in cifs_security_flags_proc_write()
/kernel/linux/linux-6.6/fs/smb/client/
H A Dcifs_debug.c1100 if (flags & ~CIFSSEC_MASK) { in cifs_security_flags_proc_write()
1102 flags & ~CIFSSEC_MASK); in cifs_security_flags_proc_write()
H A Dcifsglob.h1895 #define CIFSSEC_MASK 0x8F08F /* flags supported if no weak allowed */ macro
1897 #define CIFSSEC_MASK 0x87087 /* flags supported if no weak allowed */ macro

Completed in 14 milliseconds