Home
last modified time | relevance | path

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

/Linux-v6.6/fs/
Dpnode.c153 if (!IS_MNT_NEW(m) && !list_empty(&m->mnt_slave_list)) in propagation_next()
177 if (!IS_MNT_NEW(m) && !list_empty(&m->mnt_slave_list)) in skip_propagation_subtree()
188 if (!IS_MNT_NEW(m) && !list_empty(&m->mnt_slave_list)) in next_group()
229 if (IS_MNT_NEW(m)) in propagate_one()
383 if (IS_MNT_NEW(to)) in propagation_would_overmount()
Dpnode.h15 #define IS_MNT_NEW(m) (!(m)->mnt_ns || is_anon_ns((m)->mnt_ns)) macro