Searched refs:IS_MNT_NEW (Results 1 – 2 of 2) sorted by relevance
155 if (!IS_MNT_NEW(m) && !list_empty(&m->mnt_slave_list)) in propagation_next()204 } while (IS_MNT_NEW(p_last_dest)); in get_source()242 if (IS_MNT_NEW(m)) in propagate_mnt()
16 #define IS_MNT_NEW(mnt) (!mnt->mnt_ns) macro