Home
last modified time | relevance | path

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

/linux/tools/include/uapi/linux/
H A Dmount.h30 #define MS_POSIXACL (1<<16) /* VFS does not apply the umask */ macro
/linux/include/uapi/linux/
H A Dmount.h30 #define MS_POSIXACL (1<<16) /* VFS does not apply the umask */ macro
/linux/tools/perf/trace/beauty/include/uapi/linux/
H A Dmount.h30 #define MS_POSIXACL (1<<16) /* VFS does not apply the umask */ macro
/linux/security/apparmor/
H A Dmount.c59 if (flags & MS_POSIXACL) in audit_mnt_flags()