Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dmount.h59 #define MNT_LOCK_READONLY 0x400000 macro
/linux-4.4.14/fs/
Dnamespace.c994 mnt->mnt.mnt_flags |= MNT_LOCK_READONLY; in clone_mnt()
2174 if ((mnt->mnt.mnt_flags & MNT_LOCK_READONLY) && in do_remount()
3242 if ((mnt_flags & MNT_LOCK_READONLY) && in fs_fully_visible()
3272 *new_mnt_flags |= mnt_flags & (MNT_LOCK_READONLY | \ in fs_fully_visible()