Lines Matching refs:next_mnt
1048 static struct mount *next_mnt(struct mount *p, struct mount *root) in next_mnt() function
1518 for (p = mnt; p; p = next_mnt(p, mnt)) { in may_umount_tree()
1637 for (p = mnt; p; p = next_mnt(p, mnt)) { in umount_tree()
1990 for (s = r; s; s = next_mnt(s, r)) { in copy_tree()
2154 for (p = mnt; p; p = next_mnt(p, mnt)) { in lock_mnt_tree()
2181 for (p = mnt; p != end; p = next_mnt(p, mnt)) { in cleanup_group_ids()
2191 for (p = mnt; p; p = recurse ? next_mnt(p, mnt) : NULL) { in invent_group_ids()
2217 for (p = mnt; p; p = next_mnt(p, mnt)) in count_mounts()
2344 for (p = source_mnt; p; p = next_mnt(p, source_mnt)) in attach_recursive_mnt()
2566 for (m = mnt; m; m = (recurse ? next_mnt(m, mnt) : NULL)) in do_change_type()
2667 for (p = mnt; p; p = next_mnt(p, mnt)) { in open_detached_copy()
2901 for (p = mnt; p; p = next_mnt(p, mnt)) { in tree_contains_unbindable()
2920 for (p = subtree; p; p = next_mnt(p, subtree)) in check_for_nsfs_mounts()
3806 p = next_mnt(p, old); in copy_mnt_ns()
3807 q = next_mnt(q, new); in copy_mnt_ns()
3812 p = next_mnt(skip_mnt_tree(p), old); in copy_mnt_ns()
4337 for (m = mnt; m; m = next_mnt(m, mnt)) { in mount_setattr_prepare()
4365 for (p = mnt; p; p = next_mnt(p, mnt)) { in mount_setattr_prepare()
4401 for (m = mnt; m; m = next_mnt(m, mnt)) { in mount_setattr_commit()