Home
last modified time | relevance | path

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

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