Home
last modified time | relevance | path

Searched refs:MS_NODEV (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/tools/testing/selftests/mount/
Dunprivileged-remount-test.c136 mnt_flags |= MS_NODEV; in read_mnt_flags()
323 if (!test_unpriv_remount("devpts", "newinstance", MS_NODEV, MS_NODEV, 0)) { in main()
/linux-4.4.14/include/uapi/linux/
Dfs.h70 #define MS_NODEV 4 /* Disallow access to device special files */ macro
/linux-4.4.14/fs/affs/
Dsuper.c481 sb->s_flags |= MS_NODEV | MS_NOSUID; in affs_fill_super()
/linux-4.4.14/fs/nfs/
Dinternal.h11 #define NFS_MS_MASK (MS_RDONLY|MS_NOSUID|MS_NODEV|MS_NOEXEC|MS_SYNCHRONOUS)
/linux-4.4.14/fs/
Dnamespace.c2400 flags |= MS_NODEV; in do_new_mount()
2690 if (flags & MS_NODEV) in do_mount()
2711 flags &= ~(MS_NOSUID | MS_NOEXEC | MS_NODEV | MS_ACTIVE | MS_BORN | in do_mount()
/linux-4.4.14/fs/cifs/
Dcifsglob.h525 MS_NODEV | MS_SYNCHRONOUS)