Searched refs:n_uname (Results 1 – 4 of 4) sorted by relevance
/qemu/tests/qtest/libqos/ |
H A D | virtio-9p-client.c | 377 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 D | virtio-9p-client.h | 151 uint32_t n_uname; member
|
/qemu/tests/qtest/ |
H A D | virtio-9p-test.c | 319 .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 D | 9p.c | 1481 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()
|