Home
last modified time | relevance | path

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

/fs/cifs/
Dcifsglob.h543 #define CIFSSEC_MASK 0x3F03F /* allows weak security but also krb5 */ macro
545 #define CIFSSEC_MASK 0x37037 /* current flags supported if weak */ macro
549 #define CIFSSEC_MASK 0x0F00F /* flags supported if no weak allowed */ macro
551 #define CIFSSEC_MASK 0x07007 /* flags supported if no weak allowed */ macro
Dcifs_debug.c761 if (flags & ~CIFSSEC_MASK) { in cifs_security_flags_proc_write()
763 flags & ~CIFSSEC_MASK)); in cifs_security_flags_proc_write()