Searched refs:MS_NODEV (Results 1 – 6 of 6) sorted by relevance
13 #if defined(MS_NODEV) || (defined(HAVE_DECL_MS_NODEV) && HAVE_DECL_MS_NODEV)14 XLAT(MS_NODEV),
4 MS_NODEV
5 #define MS_NODEV 4 /* Disallow access to device special files */ macro
90 {"nodev", MS_NODEV}, {"dev", ~MS_NODEV},
70 #define MS_NODEV 4 /* Disallow access to device special files */ macro
264 flags = flags | MS_NODEV | MS_NOSUID | MS_NOEXEC; in seunshare_mount()