Searched refs:MS_NOSYMFOLLOW (Results 1 – 5 of 5) 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
47 if (flags & MS_NOSYMFOLLOW) in audit_mnt_flags()