Searched refs:src_root (Results 1 – 4 of 4) sorted by relevance
/linux-6.14.4/security/landlock/ |
D | ruleset.c | 331 struct rb_root *src_root; in merge_tree() local 338 src_root = get_root(src, key_type); in merge_tree() 339 if (IS_ERR(src_root)) in merge_tree() 340 return PTR_ERR(src_root); in merge_tree() 343 rbtree_postorder_for_each_entry_safe(walker_rule, next_rule, src_root, in merge_tree()
|
/linux-6.14.4/fs/ |
D | namespace.c | 2162 struct mount *copy_tree(struct mount *src_root, struct dentry *dentry, in copy_tree() argument 2168 if (!(flag & CL_COPY_UNBINDABLE) && IS_MNT_UNBINDABLE(src_root)) in copy_tree() 2174 res = dst_mnt = clone_mnt(src_root, dentry, flag); in copy_tree() 2178 src_parent = src_root; in copy_tree() 2179 dst_mnt->mnt_mountpoint = src_root->mnt_mountpoint; in copy_tree() 2181 list_for_each_entry(src_root_child, &src_root->mnt_mounts, mnt_child) { in copy_tree()
|
/linux-6.14.4/tools/perf/util/ |
D | annotate.c | 1084 static void resort_source_line(struct rb_root *dest_root, struct rb_root *src_root) in resort_source_line() argument 1089 node = rb_first(src_root); in resort_source_line() 1095 rb_erase(node, src_root); in resort_source_line()
|
/linux-6.14.4/kernel/cgroup/ |
D | cgroup.c | 1826 struct cgroup_root *src_root = ss->root; in rebind_subsystems() local 1827 struct cgroup *scgrp = &src_root->cgrp; in rebind_subsystems() 1834 if (src_root != &cgrp_dfl_root) { in rebind_subsystems() 1836 src_root->subsys_mask &= ~(1 << ssid); in rebind_subsystems()
|