Home
last modified time | relevance | path

Searched refs:MS_POSIXACL (Results 1 – 3 of 3) sorted by relevance

/linux-6.6.21/tools/include/uapi/linux/
Dmount.h30 #define MS_POSIXACL (1<<16) /* VFS does not apply the umask */ macro
/linux-6.6.21/include/uapi/linux/
Dmount.h30 #define MS_POSIXACL (1<<16) /* VFS does not apply the umask */ macro
/linux-6.6.21/security/apparmor/
Dmount.c57 if (flags & MS_POSIXACL) in audit_mnt_flags()