Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/filesystems/statmount/
H A Dstatmount_test.c107 static int orig_root; variable
116 ret = fchdir(orig_root); in cleanup_namespace()
163 orig_root = open("/", O_PATH); in setup_namespace()
164 if (orig_root == -1) in setup_namespace()
/linux/kernel/bpf/
H A Dhelpers.c2089 struct rb_root_cached orig_root, *root = rb_root; in bpf_rb_root_free() local
2097 orig_root = *root; in bpf_rb_root_free()
2101 bpf_rbtree_postorder_for_each_entry_safe(pos, n, &orig_root.rb_root) { in bpf_rb_root_free()