Home
last modified time | relevance | path

Searched refs:MNT_LOCK_NODEV (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/include/linux/
Dmount.h58 #define MNT_LOCK_NODEV 0x200000 macro
/linux-4.4.14/fs/
Dnamespace.c997 mnt->mnt.mnt_flags |= MNT_LOCK_NODEV; in clone_mnt()
2178 if ((mnt->mnt.mnt_flags & MNT_LOCK_NODEV) && in do_remount()
2401 mnt_flags |= MNT_NODEV | MNT_LOCK_NODEV; in do_new_mount()
3245 if ((mnt_flags & MNT_LOCK_NODEV) && in fs_fully_visible()
3273 MNT_LOCK_NODEV | \ in fs_fully_visible()