Searched refs:tlcreate (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/tests/qtest/ |
H A D | virtio-9p-test.c | 28 #define tlcreate(...) v9fs_tlcreate((TlcreateOpt) __VA_ARGS__) macro 563 tlcreate({ .client = v9p, .atPath = "03", .name = "1st_file" }); in fs_create_file() 580 tlcreate({ .client = v9p, .atPath = "04", .name = "doa_file" }); in fs_unlinkat_file() 602 tlcreate({ .client = v9p, .atPath = "05", .name = "real_file" }); in fs_symlink_file() 626 tlcreate({ .client = v9p, .atPath = "06", .name = "real_file" }); in fs_unlinkat_symlink() 651 tlcreate({ .client = v9p, .atPath = "07", .name = "real_file" }); in fs_hardlink_file() 679 tlcreate({ .client = v9p, .atPath = "08", .name = "real_file" }); in fs_unlinkat_hardlink() 713 tlcreate({ .client = v9p, .atPath = "09", .name = "doa_file" }); in fs_use_after_unlink()
|