Home
last modified time | relevance | path

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

/tools/testing/selftests/filesystems/fuse/
Dtest_fuse.h78 #define TESTFUSEINNULL(_opcode) \ argument
85 TESTEQUAL(in_header->opcode, _opcode); \
89 #define TESTFUSEIN(_opcode, in_struct) \ argument
96 TESTEQUAL(in_header->opcode, _opcode); \
100 #define TESTFUSEIN2(_opcode, in_struct1, in_struct2) \ argument
107 TESTEQUAL(in_header->opcode, _opcode); \
115 #define TESTFUSEINEXT(_opcode, in_struct, extra) \ argument
122 TESTEQUAL(in_header->opcode, _opcode); \