Home
last modified time | relevance | path

Searched refs:IS_MNT_LOCKED (Results 1 – 3 of 3) sorted by relevance

/linux/fs/
H A Dpnode.h21 #define IS_MNT_LOCKED(m) ((m)->mnt.mnt_flags & MNT_LOCKED) macro
H A Dpnode.c586 } else if (!IS_MNT_LOCKED(m) && list_empty(&m->mnt_mounts)) { in trim_one()
607 if (!IS_MNT_LOCKED(p)) in handle_locked()
H A Dnamespace.c1759 if (IS_MNT_LOCKED(mnt)) in disconnect_mount()
3423 if (IS_MNT_LOCKED(mnt_to)) in can_move_mount_beneath()
3539 if (!mnt_has_parent(old) || IS_MNT_LOCKED(old)) in do_move_mount()