Home
last modified time | relevance | path

Searched refs:wnames (Results 1 – 4 of 4) sorted by relevance

/qemu/tests/qtest/
H A Dvirtio-9p-test.c84 .nwname = P9_MAXWELEM, .wnames = wnames, in fs_walk()
119 .nwname = 1, .wnames = wnames, .rwalk.nwqid = &nqid in fs_readdir()
159 g_free(wnames[0]); in fs_readdir()
183 .nwname = 1, .wnames = wnames, .rwalk.nwqid = &nqid in do_readdir_split()
243 g_free(wnames[0]); in do_readdir_split()
258 g_free(wnames[0]); in fs_walk_no_slash()
359 g_free(wnames[0]); in fs_walk_dotdot()
375 g_free(wnames[0]); in fs_lopen()
400 g_free(wnames[0]); in fs_write()
441 g_free(wnames[0]); in fs_flush_success()
[all …]
/qemu/tests/qtest/libqos/
H A Dvirtio-9p-client.c423 char **wnames = NULL; in v9fs_twalk() local
427 g_assert(!opt.path || !(opt.nwname || opt.wnames)); in v9fs_twalk()
436 opt.nwname = split(opt.path, "/", &wnames); in v9fs_twalk()
437 opt.wnames = wnames; in v9fs_twalk()
441 uint16_t wname_size = v9fs_string_size(opt.wnames[i]); in v9fs_twalk()
451 v9fs_string_write(req, opt.wnames[i]); in v9fs_twalk()
466 split_free(&wnames); in v9fs_twalk()
H A Dvirtio-9p-client.h88 char **wnames; member
/qemu/hw/9pfs/
H A D9p.c1787 P9ARRAY_REF(V9fsString) wnames = NULL; in v9fs_walk()
1808 P9ARRAY_NEW(V9fsString, wnames, nwnames); in v9fs_walk()
1813 err = pdu_unmarshal(pdu, offset, "s", &wnames[i]); in v9fs_walk()
1817 if (name_is_illegal(wnames[i].data)) { in v9fs_walk()
1862 strcmp("..", wnames[nwalked].data)) in v9fs_walk()
1865 wnames[nwalked].data, in v9fs_walk()
1910 strcmp("..", wnames[name_idx].data)) in v9fs_walk()