Searched refs:atPath (Results 1 – 3 of 3) sorted by relevance
| /openbmc/qemu/tests/qtest/ |
| H A D | virtio-9p-test.c | 521 tmkdir({ .client = v9p, .atPath = "/", .name = "01" }); in fs_create_dir() 540 tmkdir({ .client = v9p, .atPath = "/", .name = "02" }); in fs_unlinkat_dir() 548 .client = v9p, .atPath = "/", .name = "02", in fs_unlinkat_dir() 563 tmkdir({ .client = v9p, .atPath = "/", .name = "03" }); in fs_create_file() 564 tlcreate({ .client = v9p, .atPath = "03", .name = "1st_file" }); in fs_create_file() 580 tmkdir({ .client = v9p, .atPath = "/", .name = "04" }); in fs_unlinkat_file() 581 tlcreate({ .client = v9p, .atPath = "04", .name = "doa_file" }); in fs_unlinkat_file() 588 tunlinkat({ .client = v9p, .atPath = "04", .name = "doa_file" }); in fs_unlinkat_file() 602 tmkdir({ .client = v9p, .atPath = "/", .name = "05" }); in fs_symlink_file() 603 tlcreate({ .client = v9p, .atPath = "05", .name = "real_file" }); in fs_symlink_file() [all …]
|
| /openbmc/qemu/tests/qtest/libqos/ |
| H A D | virtio-9p-client.c | 831 g_assert(!opt.atPath || !opt.dfid); in v9fs_tmkdir() 835 if (opt.atPath) { in v9fs_tmkdir() 837 .path = opt.atPath }).newfid; in v9fs_tmkdir() 891 g_assert(!opt.atPath || !opt.fid); in v9fs_tlcreate() 895 if (opt.atPath) { in v9fs_tlcreate() 897 .path = opt.atPath }).newfid; in v9fs_tlcreate() 955 g_assert(!opt.atPath || !opt.fid); in v9fs_tsymlink() 959 if (opt.atPath) { in v9fs_tsymlink() 961 .path = opt.atPath }).newfid; in v9fs_tsymlink() 1012 g_assert(!opt.atPath || !opt.dfid); in v9fs_tlink() [all …]
|
| H A D | virtio-9p-client.h | 331 const char *atPath; member 364 const char *atPath; member 399 const char *atPath; member 431 const char *atPath; member 459 const char *atPath; member
|