Home
last modified time | relevance | path

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

/Linux-v6.6/tools/testing/selftests/mount/
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-v6.6/tools/include/uapi/linux/
Dmount.h21 #define MS_NOSYMFOLLOW 256 /* Do not follow symlinks */ macro
/Linux-v6.6/include/uapi/linux/
Dmount.h21 #define MS_NOSYMFOLLOW 256 /* Do not follow symlinks */ macro
/Linux-v6.6/fs/
Dnamespace.c3631 if (flags & MS_NOSYMFOLLOW) in path_mount()