Searched refs:TESTFUSELOOKUP (Results 1 – 2 of 2) sorted by relevance
/tools/testing/selftests/filesystems/fuse/ |
D | fuse_test.c | 163 TESTFUSELOOKUP(test_name, 0); in basic_test() 608 TESTFUSELOOKUP(dir_name, 0); in bpf_test_creat() 618 TESTFUSELOOKUP(file_name, 0); in bpf_test_creat() 826 TESTFUSELOOKUP("doesnotexist", FUSE_POSTFILTER); in bpf_test_alter_errcode_userspace() 913 TESTFUSELOOKUP(show, FUSE_PREFILTER); in bpf_test_largedir() 1136 TESTFUSELOOKUP(test_name, 0); in bpf_test_set_backing() 1621 TESTFUSELOOKUP(folder1, 0); in bpf_test_readdirplus_not_overriding_backing() 1757 TESTFUSELOOKUP(folder1, 0); in bpf_test_no_readdirplus_without_nodeid() 1781 TESTFUSELOOKUP(folder2, 0); in bpf_test_no_readdirplus_without_nodeid() 1878 TESTFUSELOOKUP(folder1, 0); in bpf_test_revalidate_handle_backing_fd() [all …]
|
D | test_fuse.h | 139 #define TESTFUSELOOKUP(expected, filter) \ macro
|