Searched refs:orig_root (Results 1 – 3 of 3) sorted by relevance
106 static int orig_root; variable115 ret = fchdir(orig_root); in cleanup_namespace()162 orig_root = open("/", O_PATH); in setup_namespace()163 if (orig_root == -1) in setup_namespace()
65 int orig_root; in FIXTURE() local84 self->orig_root = open("/", O_PATH | O_CLOEXEC); in FIXTURE_SETUP()85 ASSERT_GE(self->orig_root, 0); in FIXTURE_SETUP()129 ASSERT_EQ(fchdir(self->orig_root), 0); in FIXTURE_TEARDOWN()
2116 struct rb_root_cached orig_root, *root = rb_root; in bpf_rb_root_free() local2124 orig_root = *root; in bpf_rb_root_free()2128 bpf_rbtree_postorder_for_each_entry_safe(pos, n, &orig_root.rb_root) { in bpf_rb_root_free()