Home
last modified time | relevance | path

Searched refs:orig_root (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/tools/testing/selftests/filesystems/statmount/
H A Dstatmount_test.c106 static int orig_root; variable
115 ret = fchdir(orig_root); in cleanup_namespace()
162 orig_root = open("/", O_PATH); in setup_namespace()
163 if (orig_root == -1) in setup_namespace()
/linux-6.15/tools/testing/selftests/filesystems/mount-notify/
H A Dmount-notify_test.c65 int orig_root; in FIXTURE() local
84 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()
/linux-6.15/kernel/bpf/
H A Dhelpers.c2116 struct rb_root_cached orig_root, *root = rb_root; in bpf_rb_root_free() local
2124 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()