Lines Matching refs:origin
140 struct mount *origin) in __propagation_next() argument
145 if (master == origin->mnt_master) { in __propagation_next()
147 return (next == origin) ? NULL : next; in __propagation_next()
167 struct mount *origin) in propagation_next() argument
173 return __propagation_next(m, origin); in propagation_next()
177 struct mount *origin) in skip_propagation_subtree() argument
182 struct mount *p = __propagation_next(m, origin); in skip_propagation_subtree()
185 p = __propagation_next(p, origin); in skip_propagation_subtree()
190 static struct mount *next_group(struct mount *m, struct mount *origin) in next_group() argument
198 if (m->mnt_group_id == origin->mnt_group_id) { in next_group()
199 if (next == origin) in next_group()
211 if (master->mnt_group_id == origin->mnt_group_id) in next_group()
217 if (m == origin) in next_group()