Home
last modified time | relevance | path

Searched refs:src_root_child (Results 1 – 1 of 1) sorted by relevance

/linux/fs/
H A Dnamespace.c2159 struct mount *res, *src_parent, *src_root_child, *src_mnt, in copy_tree() local
2174 list_for_each_entry(src_root_child, &src_root->mnt_mounts, mnt_child) { in copy_tree()
2175 if (!is_subdir(src_root_child->mnt_mountpoint, dentry)) in copy_tree()
2178 for (src_mnt = src_root_child; src_mnt; in copy_tree()
2179 src_mnt = next_mnt(src_mnt, src_root_child)) { in copy_tree()