Home
last modified time | relevance | path

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

/linux-6.6.21/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-6.6.21/tools/include/uapi/linux/ !
Dmount.h21 #define MS_NOSYMFOLLOW 256 /* Do not follow symlinks */ macro
/linux-6.6.21/include/uapi/linux/ !
Dmount.h21 #define MS_NOSYMFOLLOW 256 /* Do not follow symlinks */ macro
/linux-6.6.21/fs/ !
Dnamespace.c3642 if (flags & MS_NOSYMFOLLOW) in path_mount()