Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/trace/events/
Dcgroup.h128 __field( int, dst_root )
137 __entry->dst_root = dst_cgrp->root->hierarchy_id;
146 __entry->dst_root, __entry->dst_id, __entry->dst_level,
/kernel/linux/linux-5.10/kernel/cgroup/
Dcgroup-internal.h239 int rebind_subsystems(struct cgroup_root *dst_root, u16 ss_mask);
Dcgroup.c1711 int rebind_subsystems(struct cgroup_root *dst_root, u16 ss_mask) in rebind_subsystems() argument
1713 struct cgroup *dcgrp = &dst_root->cgrp; in rebind_subsystems()
1731 if (ss->root != &cgrp_dfl_root && dst_root != &cgrp_dfl_root) in rebind_subsystems()
1773 ss->root = dst_root; in rebind_subsystems()
1783 dst_root->subsys_mask |= 1 << ssid; in rebind_subsystems()
1784 if (dst_root == &cgrp_dfl_root) { in rebind_subsystems()
/kernel/linux/linux-5.10/fs/hmdfs/
Dstash.c1537 struct path dst_root; in hmdfs_init_file_restore_ctx() local
1543 &dst_root); in hmdfs_init_file_restore_ctx()
1561 ctx->dst_root_path = dst_root; in hmdfs_init_file_restore_ctx()
1570 path_put(&dst_root); in hmdfs_init_file_restore_ctx()