Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Dmount.h60 #define MNT_LOCK_READONLY 0x400000 macro
/linux-4.19.296/fs/
Dnamespace.c1023 mnt->mnt.mnt_flags |= MNT_LOCK_READONLY; in clone_mnt()
2282 if ((mnt->mnt.mnt_flags & MNT_LOCK_READONLY) && in do_remount()
3359 mnt_flags |= MNT_LOCK_READONLY; in mnt_already_visible()
3364 if ((mnt_flags & MNT_LOCK_READONLY) && in mnt_already_visible()
3385 *new_mnt_flags |= mnt_flags & (MNT_LOCK_READONLY | \ in mnt_already_visible()