Lines Matching defs:test_ok
48 void test_ok(int os_flags, int fuse_flags) {
222 test_ok(O_WRONLY | O_APPEND, O_WRONLY | O_APPEND);
228 test_ok(O_WRONLY | O_CREAT, O_WRONLY);
234 test_ok(O_WRONLY | O_DIRECT, O_WRONLY | O_DIRECT);
240 test_ok(O_WRONLY | O_EXCL, O_WRONLY);
245 test_ok(O_EXEC, O_EXEC);
251 test_ok(O_WRONLY | O_NOCTTY, O_WRONLY);
256 test_ok(O_RDONLY, O_RDONLY);
262 test_ok(O_WRONLY | O_TRUNC, O_WRONLY | O_TRUNC);
267 test_ok(O_WRONLY, O_WRONLY);
272 test_ok(O_RDWR, O_RDWR);