Home
last modified time | relevance | path

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

/linux-6.12.1/security/landlock/
Druleset.c328 struct rb_root *src_root; in merge_tree() local
335 src_root = get_root(src, key_type); in merge_tree()
336 if (IS_ERR(src_root)) in merge_tree()
337 return PTR_ERR(src_root); in merge_tree()
340 rbtree_postorder_for_each_entry_safe(walker_rule, next_rule, src_root, in merge_tree()
/linux-6.12.1/fs/
Dnamespace.c2113 struct mount *copy_tree(struct mount *src_root, struct dentry *dentry, in copy_tree() argument
2119 if (!(flag & CL_COPY_UNBINDABLE) && IS_MNT_UNBINDABLE(src_root)) in copy_tree()
2125 res = dst_mnt = clone_mnt(src_root, dentry, flag); in copy_tree()
2129 src_parent = src_root; in copy_tree()
2130 dst_mnt->mnt_mountpoint = src_root->mnt_mountpoint; in copy_tree()
2132 list_for_each_entry(src_root_child, &src_root->mnt_mounts, mnt_child) { in copy_tree()
/linux-6.12.1/tools/perf/util/
Dannotate.c1085 static void resort_source_line(struct rb_root *dest_root, struct rb_root *src_root) in resort_source_line() argument
1090 node = rb_first(src_root); in resort_source_line()
1096 rb_erase(node, src_root); in resort_source_line()
/linux-6.12.1/kernel/cgroup/
Dcgroup.c1826 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()