Searched refs:n_uname (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/include/net/9p/ |
H A D | client.h | 191 const char *uname, kuid_t n_uname, const char *aname);
|
/openbmc/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 | 141 uint32_t n_uname; member
|
/openbmc/qemu/tests/qtest/ |
H A D | virtio-9p-test.c | 318 .client = v9p, .fid = 0, .n_uname = getuid(), in fs_walk_none() 348 .client = v9p, .fid = 0, .n_uname = getuid(), in fs_walk_dotdot()
|
/openbmc/linux/net/9p/ |
H A D | client.c | 1107 const char *uname, kuid_t n_uname, in p9_client_attach() argument 1122 fid->uid = n_uname; in p9_client_attach() 1125 afid ? afid->fid : P9_NOFID, uname, aname, n_uname); in p9_client_attach()
|
/openbmc/qemu/hw/9pfs/ |
H A D | 9p.c | 1454 int32_t fid, afid, n_uname; in v9fs_attach() local 1465 &afid, &uname, &aname, &n_uname); in v9fs_attach() 1476 fidp->uid = n_uname; in v9fs_attach()
|