Home
last modified time | relevance | path

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

/openbmc/linux/include/net/9p/
H A Dclient.h191 const char *uname, kuid_t n_uname, const char *aname);
/openbmc/qemu/tests/qtest/libqos/
H A Dvirtio-9p-client.c376 if (!opt.n_uname) { in v9fs_tattach()
377 opt.n_uname = getuid(); in v9fs_tattach()
387 v9fs_uint32_write(req, opt.n_uname); in v9fs_tattach()
H A Dvirtio-9p-client.h141 uint32_t n_uname; member
/openbmc/qemu/tests/qtest/
H A Dvirtio-9p-test.c318 .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 Dclient.c1097 const char *uname, kuid_t n_uname, in p9_client_attach() argument
1112 fid->uid = n_uname; in p9_client_attach()
1115 afid ? afid->fid : P9_NOFID, uname, aname, n_uname); in p9_client_attach()
/openbmc/qemu/hw/9pfs/
H A D9p.c1454 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()