Home
last modified time | relevance | path

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

/qemu/tests/qtest/libqos/
H A Dvirtio-9p-client.c377 if (!opt.n_uname) { in v9fs_tattach()
378 opt.n_uname = getuid(); in v9fs_tattach()
388 v9fs_uint32_write(req, opt.n_uname); in v9fs_tattach()
H A Dvirtio-9p-client.h151 uint32_t n_uname; member
/qemu/tests/qtest/
H A Dvirtio-9p-test.c319 .client = v9p, .fid = 0, .n_uname = getuid(), in fs_walk_none()
349 .client = v9p, .fid = 0, .n_uname = getuid(), in fs_walk_dotdot()
/qemu/hw/9pfs/
H A D9p.c1481 int32_t fid, afid, n_uname; in v9fs_attach() local
1492 &afid, &uname, &aname, &n_uname); in v9fs_attach()
1503 fidp->uid = n_uname; in v9fs_attach()