Home
last modified time | relevance | path

Searched refs:root_id (Results 1 – 9 of 9) sorted by relevance

/tools/testing/selftests/filesystems/statmount/
A Dstatmount_test.c107 static uint64_t root_id, parent_id; variable
225 if (list[0] != root_id) { in test_listmount_empty_root()
228 (unsigned long long) root_id); in test_listmount_empty_root()
240 ret = statmount(root_id, 0, 0, &sm, sizeof(sm), 0); in test_statmount_zero_mask()
282 if (sm.mnt_id != root_id) { in test_statmount_mnt_basic()
285 (unsigned long long) root_id); in test_statmount_mnt_basic()
408 sm = statmount_alloc(root_id, STATMOUNT_MNT_ROOT, 0); in test_statmount_mnt_root()
441 sm = statmount_alloc(root_id, STATMOUNT_FS_TYPE, 0); in test_statmount_fs_type()
560 sm = statmount_alloc(root_id, mask, 0); in test_statmount_string()
589 ret = statmount(root_id, 0, mask, sm, exactsize, 0); in test_statmount_string()
[all …]
A Dstatmount_test_ns.c94 uint64_t root_id; in _test_statmount_mnt_ns_id() local
101 root_id = get_unique_mnt_id("/"); in _test_statmount_mnt_ns_id()
102 if (!root_id) in _test_statmount_mnt_ns_id()
105 ret = statmount(root_id, 0, STATMOUNT_MNT_NS_ID, &sm, sizeof(sm), 0); in _test_statmount_mnt_ns_id()
/tools/testing/selftests/filesystems/mount-notify/
A Dmount-notify_test.c45 uint64_t root_id; in FIXTURE() local
75 self->root_id = get_unique_mnt_id("/"); in FIXTURE_SETUP()
76 ASSERT_NE(self->root_id, 0); in FIXTURE_SETUP()
256 uint64_t mnts[2] = { self->root_id }; in TEST_F()
280 uint64_t mnts[2] = { self->root_id }; in TEST_F()
314 mnts[0] = self->root_id; in TEST_F()
326 mnts2[0] = self->root_id; in TEST_F()
336 uint64_t mnts[2] = { self->root_id }; in TEST_F()
372 uint64_t mnts[6] = { self->root_id }; in TEST_F()
448 uint64_t mnts[3] = { self->root_id }; in TEST_F()
[all …]
A Dmount-notify_test_ns.c53 uint64_t root_id; in FIXTURE() local
85 self->root_id = get_unique_mnt_id("/"); in FIXTURE_SETUP()
86 ASSERT_NE(self->root_id, 0); in FIXTURE_SETUP()
284 uint64_t mnts[2] = { self->root_id }; in TEST_F()
308 uint64_t mnts[2] = { self->root_id }; in TEST_F()
342 mnts[0] = self->root_id; in TEST_F()
354 mnts2[0] = self->root_id; in TEST_F()
364 uint64_t mnts[2] = { self->root_id }; in TEST_F()
400 uint64_t mnts[6] = { self->root_id }; in TEST_F()
476 uint64_t mnts[3] = { self->root_id }; in TEST_F()
[all …]
/tools/firewire/
A Dnosy-dump.h28 uint32_t root_id:6; member
A Dnosy-dump.c768 printf("ext phy config: phy_id=%02x", pp->phy_config.root_id); in print_packet()
772 printf(" set_root_id=%02x", pp->phy_config.root_id); in print_packet()
/tools/bpf/bpftool/Documentation/
A Dbpftool-btf.rst27 | **bpftool** **btf dump** *BTF_SRC* [**format** *FORMAT*] [**root_id** *ROOT_ID*]
46 bpftool btf dump *BTF_SRC* [format *FORMAT*] [root_id *ROOT_ID*]
70 **root_id** option can be used to filter a dump to a single type and all
/tools/bpf/bpftool/
A Dbtf.c1003 __u32 root_id; in do_dump() local
1017 root_id = strtoul(*argv, &end, 0); in do_dump()
1024 if (root_type_ids[i] == root_id) { in do_dump()
1026 p_err("duplicate root_id %u supplied", root_id); in do_dump()
1030 root_type_ids[root_type_cnt++] = root_id; in do_dump()
/tools/bpf/bpftool/bash-completion/
A Dbpftool947 root_id)
951 COMPREPLY=( $( compgen -W "unsorted root_id" -- "$cur" ) )
957 COMPREPLY=( $( compgen -W "root_id" -- "$cur" ) )
964 COMPREPLY=( $( compgen -W "root_id" -- "$cur" ) )

Completed in 22 milliseconds