Lines Matching refs:next_mnt
895 static struct mount *next_mnt(struct mount *p, struct mount *root) in next_mnt() function
1284 for (p = mnt; p; p = next_mnt(p, mnt)) { in may_umount_tree()
1396 for (p = mnt; p; p = next_mnt(p, mnt)) { in umount_tree()
1684 for (s = r; s; s = next_mnt(s, r)) { in copy_tree()
1800 for (p = mnt; p != end; p = next_mnt(p, mnt)) { in cleanup_group_ids()
1810 for (p = mnt; p; p = recurse ? next_mnt(p, mnt) : NULL) { in invent_group_ids()
1904 for (p = source_mnt; p; p = next_mnt(p, source_mnt)) in attach_recursive_mnt()
2034 for (m = mnt; m; m = (recurse ? next_mnt(m, mnt) : NULL)) in do_change_type()
2215 for (p = mnt; p; p = next_mnt(p, mnt)) { in tree_contains_unbindable()
2819 p = next_mnt(p, old); in copy_mnt_ns()
2820 q = next_mnt(q, new); in copy_mnt_ns()
2824 p = next_mnt(p, old); in copy_mnt_ns()