Searched refs:tlopen (Results 1 – 1 of 1) sorted by relevance
| /openbmc/qemu/tests/qtest/ |
| H A D | virtio-9p-test.c | 25 #define tlopen(...) v9fs_tlopen((TLOpenOpt) __VA_ARGS__) macro 124 tlopen({ in fs_readdir() 188 tlopen({ in do_readdir_split() 374 tlopen({ .client = v9p, .fid = 1, .flags = O_WRONLY }); in fs_lopen() 393 tlopen({ .client = v9p, .fid = 1, .flags = O_WRONLY }); in fs_write() 418 tlopen({ .client = v9p, .fid = 1, .flags = O_WRONLY }); in fs_flush_success() 459 tlopen({ .client = v9p, .fid = 1, .flags = O_WRONLY }); in fs_flush_ignored() 725 tlopen({ .client = v9p, .fid = fid_file, .flags = O_WRONLY }); in fs_use_after_unlink()
|