Home
last modified time | relevance | path

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

/linux-6.15/security/landlock/
H A Druleset.c317 struct rb_root *src_root; in merge_tree() local
324 src_root = get_root(src, key_type); in merge_tree()
325 if (IS_ERR(src_root)) in merge_tree()
326 return PTR_ERR(src_root); in merge_tree()
329 rbtree_postorder_for_each_entry_safe(walker_rule, next_rule, src_root, in merge_tree()
/linux-6.15/fs/
H A Dnamespace.c2259 struct mount *copy_tree(struct mount *src_root, struct dentry *dentry, in copy_tree() argument
2265 if (!(flag & CL_COPY_UNBINDABLE) && IS_MNT_UNBINDABLE(src_root)) in copy_tree()
2271 res = dst_mnt = clone_mnt(src_root, dentry, flag); in copy_tree()
2275 src_parent = src_root; in copy_tree()
2276 dst_mnt->mnt_mountpoint = src_root->mnt_mountpoint; in copy_tree()
2278 list_for_each_entry(src_root_child, &src_root->mnt_mounts, mnt_child) { in copy_tree()
/linux-6.15/tools/perf/util/
H A Dannotate.c1131 static void resort_source_line(struct rb_root *dest_root, struct rb_root *src_root) in resort_source_line() argument
1136 node = rb_first(src_root); in resort_source_line()
1142 rb_erase(node, src_root); in resort_source_line()
/linux-6.15/kernel/cgroup/
H A Dcgroup.c1839 struct cgroup_root *src_root = ss->root; in rebind_subsystems() local
1840 struct cgroup *scgrp = &src_root->cgrp; in rebind_subsystems()
1847 if (src_root != &cgrp_dfl_root) { in rebind_subsystems()
1849 src_root->subsys_mask &= ~(1 << ssid); in rebind_subsystems()