Searched refs:new_root (Results 1 – 1 of 1) sorted by relevance
1112 struct cgroupfs_root *new_root; member1522 if (!opts->new_root) in cgroup_set_super()1531 sb->s_fs_info = opts->new_root; in cgroup_set_super()1532 opts->new_root->sb = sb; in cgroup_set_super()1575 struct cgroupfs_root *new_root; in cgroup_mount() local1589 new_root = cgroup_root_from_opts(&opts); in cgroup_mount()1590 if (IS_ERR(new_root)) { in cgroup_mount()1591 ret = PTR_ERR(new_root); in cgroup_mount()1594 opts.new_root = new_root; in cgroup_mount()1600 cgroup_drop_root(opts.new_root); in cgroup_mount()[all …]