Searched refs:tlcreate (Results 1 – 1 of 1) sorted by relevance
| /openbmc/qemu/tests/qtest/ |
| H A D | virtio-9p-test.c | 29 #define tlcreate(...) v9fs_tlcreate((TlcreateOpt) __VA_ARGS__) macro 564 tlcreate({ .client = v9p, .atPath = "03", .name = "1st_file" }); in fs_create_file() 581 tlcreate({ .client = v9p, .atPath = "04", .name = "doa_file" }); in fs_unlinkat_file() 603 tlcreate({ .client = v9p, .atPath = "05", .name = "real_file" }); in fs_symlink_file() 627 tlcreate({ .client = v9p, .atPath = "06", .name = "real_file" }); in fs_unlinkat_symlink() 652 tlcreate({ .client = v9p, .atPath = "07", .name = "real_file" }); in fs_hardlink_file() 680 tlcreate({ .client = v9p, .atPath = "08", .name = "real_file" }); in fs_unlinkat_hardlink() 714 tlcreate({ .client = v9p, .atPath = "09", .name = "doa_file" }); in fs_use_after_unlink()
|