Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dmount.h63 #define MNT_LOCK_READONLY 0x400000 macro
/Linux-v5.10/fs/
Dnamespace.c1969 flags |= MNT_LOCK_READONLY; in lock_mnt_tree()
2478 if ((fl & MNT_LOCK_READONLY) && in can_change_locked_flags()
3956 mnt_flags |= MNT_LOCK_READONLY; in mnt_already_visible()
3961 if ((mnt_flags & MNT_LOCK_READONLY) && in mnt_already_visible()
3982 *new_mnt_flags |= mnt_flags & (MNT_LOCK_READONLY | \ in mnt_already_visible()