Home
last modified time | relevance | path

Searched refs:CIFSSEC_MASK (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/fs/cifs/
Dcifsglob.h1470 #define CIFSSEC_MASK 0xBF0BF /* allows weak security but also krb5 */ macro
1472 #define CIFSSEC_MASK 0xB70B7 /* current flags supported if weak */ macro
1478 #define CIFSSEC_MASK 0x8F08F /* flags supported if no weak allowed */ macro
1480 #define CIFSSEC_MASK 0x87087 /* flags supported if no weak allowed */ macro
Dcifs_debug.c664 if (flags & ~CIFSSEC_MASK) { in cifs_security_flags_proc_write()
666 flags & ~CIFSSEC_MASK); in cifs_security_flags_proc_write()