Home
last modified time | relevance | path

Searched refs:MS_NOSYMFOLLOW (Results 1 – 5 of 5) sorted by relevance

/linux/tools/testing/selftests/mount/
H A Dnosymfollow-test.c18 #ifndef MS_NOSYMFOLLOW
19 # define MS_NOSYMFOLLOW 256 /* Do not follow symlinks */ macro
212 if (mount("testing", TMP, "ramfs", MS_REMOUNT|MS_NOSYMFOLLOW, NULL) != 0) in main()
/linux/tools/include/uapi/linux/
H A Dmount.h21 #define MS_NOSYMFOLLOW 256 /* Do not follow symlinks */ macro
/linux/include/uapi/linux/
H A Dmount.h21 #define MS_NOSYMFOLLOW 256 /* Do not follow symlinks */ macro
/linux/tools/perf/trace/beauty/include/uapi/linux/
H A Dmount.h21 #define MS_NOSYMFOLLOW 256 /* Do not follow symlinks */ macro
/linux/security/apparmor/
H A Dmount.c47 if (flags & MS_NOSYMFOLLOW) in audit_mnt_flags()