Home
last modified time | relevance | path

Searched refs:atPath (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/tests/qtest/
H A Dvirtio-9p-test.c520 tmkdir({ .client = v9p, .atPath = "/", .name = "01" }); in fs_create_dir()
539 tmkdir({ .client = v9p, .atPath = "/", .name = "02" }); in fs_unlinkat_dir()
547 .client = v9p, .atPath = "/", .name = "02", in fs_unlinkat_dir()
562 tmkdir({ .client = v9p, .atPath = "/", .name = "03" }); in fs_create_file()
579 tmkdir({ .client = v9p, .atPath = "/", .name = "04" }); in fs_unlinkat_file()
601 tmkdir({ .client = v9p, .atPath = "/", .name = "05" }); in fs_symlink_file()
607 .client = v9p, .atPath = "05", .name = "symlink_file", in fs_symlink_file()
625 tmkdir({ .client = v9p, .atPath = "/", .name = "06" }); in fs_unlinkat_symlink()
631 .client = v9p, .atPath = "06", .name = "symlink_file", in fs_unlinkat_symlink()
650 tmkdir({ .client = v9p, .atPath = "/", .name = "07" }); in fs_hardlink_file()
[all …]
/openbmc/qemu/tests/qtest/libqos/
H A Dvirtio-9p-client.c781 g_assert(!opt.atPath || !opt.dfid); in v9fs_tmkdir()
785 if (opt.atPath) { in v9fs_tmkdir()
841 g_assert(!opt.atPath || !opt.fid); in v9fs_tlcreate()
845 if (opt.atPath) { in v9fs_tlcreate()
847 .path = opt.atPath }).newfid; in v9fs_tlcreate()
905 g_assert(!opt.atPath || !opt.fid); in v9fs_tsymlink()
909 if (opt.atPath) { in v9fs_tsymlink()
962 g_assert(!opt.atPath || !opt.dfid); in v9fs_tlink()
966 if (opt.atPath) { in v9fs_tlink()
1016 g_assert(!opt.atPath || !opt.dirfd); in v9fs_tunlinkat()
[all …]
H A Dvirtio-9p-client.h299 const char *atPath; member
332 const char *atPath; member
367 const char *atPath; member
399 const char *atPath; member
427 const char *atPath; member