Searched refs:IS_MNT_MARKED (Results 1 – 2 of 2) sorted by relevance
146 if (IS_MNT_MARKED(next)) in trace_transfers()167 if (!IS_MNT_MARKED(m)) in bulk_make_private()283 if (!p || IS_MNT_MARKED(p)) in find_master()547 if (IS_MNT_MARKED(m)) // all candidates beneath are overmounts in trim_ancestors()
18 #define IS_MNT_MARKED(m) ((m)->mnt_t_flags & T_MARKED) macro