Home
last modified time | relevance | path

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

/fs/
Dpnode.c148 if (!IS_MNT_NEW(m) && !list_empty(&m->mnt_slave_list)) in propagation_next()
192 } while (IS_MNT_NEW(p_last_dest)); in get_source()
235 if (IS_MNT_NEW(m)) in propagate_mnt()
Dpnode.h16 #define IS_MNT_NEW(m) (!(m)->mnt_ns) macro