Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dmount.h58 #define MNT_LOCK_NODEV 0x200000 macro
/linux-4.1.27/fs/
Dnamespace.c986 mnt->mnt.mnt_flags |= MNT_LOCK_NODEV; in clone_mnt()
2167 if ((mnt->mnt.mnt_flags & MNT_LOCK_NODEV) && in do_remount()
2390 mnt_flags |= MNT_NODEV | MNT_LOCK_NODEV; in do_new_mount()
3227 if ((mnt->mnt.mnt_flags & MNT_LOCK_NODEV) && in fs_fully_visible()
3249 MNT_LOCK_NODEV | \ in fs_fully_visible()