Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dmount.h43 MNT_LOCK_READONLY = 0x400000, enumerator
/linux/fs/
H A Dnamespace.c2427 flags |= MNT_LOCK_READONLY; in lock_mnt_tree()
3263 if ((fl & MNT_LOCK_READONLY) && in can_change_locked_flags()
6392 mnt_flags |= MNT_LOCK_READONLY; in mnt_already_visible()
6397 if ((mnt_flags & MNT_LOCK_READONLY) && in mnt_already_visible()
6418 *new_mnt_flags |= mnt_flags & (MNT_LOCK_READONLY | \ in mnt_already_visible()