Home
last modified time | relevance | path

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

/linux-6.15/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-6.15/tools/perf/trace/beauty/include/uapi/linux/
H A Dmount.h21 #define MS_NOSYMFOLLOW 256 /* Do not follow symlinks */ macro
/linux-6.15/include/uapi/linux/
H A Dmount.h21 #define MS_NOSYMFOLLOW 256 /* Do not follow symlinks */ macro
/linux-6.15/security/apparmor/
H A Dmount.c47 if (flags & MS_NOSYMFOLLOW) in audit_mnt_flags()
/linux-6.15/fs/
H A Dnamespace.c4177 if (flags & MS_NOSYMFOLLOW) in path_mount()