Searched refs:MS_NOSYMFOLLOW (Results 1 – 4 of 4) sorted by relevance
18 #ifndef MS_NOSYMFOLLOW19 # define MS_NOSYMFOLLOW 256 /* Do not follow symlinks */ macro212 if (mount("testing", TMP, "ramfs", MS_REMOUNT|MS_NOSYMFOLLOW, NULL) != 0) in main()
21 #define MS_NOSYMFOLLOW 256 /* Do not follow symlinks */ macro
3341 if (flags & MS_NOSYMFOLLOW) in path_mount()
Completed in 14 milliseconds