Home
last modified time | relevance | path

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

/linux-6.1.9/fs/cifs/
Dcifs_debug.c967 if (flags & ~CIFSSEC_MASK) { in cifs_security_flags_proc_write()
969 flags & ~CIFSSEC_MASK); in cifs_security_flags_proc_write()
Dcifsglob.h1861 #define CIFSSEC_MASK 0x8F08F /* flags supported if no weak allowed */ macro
1863 #define CIFSSEC_MASK 0x87087 /* flags supported if no weak allowed */ macro