Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dmount.h61 #define MNT_LOCK_READONLY 0x400000 macro
/linux-6.1.9/fs/
Dnamespace.c2068 flags |= MNT_LOCK_READONLY; in lock_mnt_tree()
2565 if ((fl & MNT_LOCK_READONLY) && in can_change_locked_flags()
4548 mnt_flags |= MNT_LOCK_READONLY; in mnt_already_visible()
4553 if ((mnt_flags & MNT_LOCK_READONLY) && in mnt_already_visible()
4574 *new_mnt_flags |= mnt_flags & (MNT_LOCK_READONLY | \ in mnt_already_visible()