Searched refs:tlopen (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/tests/qtest/ |
H A D | virtio-9p-test.c | 24 #define tlopen(...) v9fs_tlopen((TLOpenOpt) __VA_ARGS__) macro 123 tlopen({ in fs_readdir() 187 tlopen({ in do_readdir_split() 373 tlopen({ .client = v9p, .fid = 1, .flags = O_WRONLY }); in fs_lopen() 392 tlopen({ .client = v9p, .fid = 1, .flags = O_WRONLY }); in fs_write() 417 tlopen({ .client = v9p, .fid = 1, .flags = O_WRONLY }); in fs_flush_success() 458 tlopen({ .client = v9p, .fid = 1, .flags = O_WRONLY }); in fs_flush_ignored() 724 tlopen({ .client = v9p, .fid = fid_file, .flags = O_WRONLY }); in fs_use_after_unlink()
|