Home
last modified time | relevance | path

Searched refs:afid (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/fs/9p/
H A Dv9fs.c111 if (v9ses->afid != ~0) in v9fs_show_options()
112 seq_printf(m, ",afid=%u", v9ses->afid); in v9fs_show_options()
173 v9ses->afid = ~0; in v9fs_parse_options()
250 v9ses->afid = option; in v9fs_parse_options()
H A Dv9fs.h114 unsigned int afid; member
/openbmc/qemu/scripts/
H A Danalyse-9p-simpletrace.py93 def v9fs_attach(self, tag, id, fid, afid, uname, aname): argument
94 …print("TATTACH (tag =", tag, ", fid =", fid, ", afid =", afid, ", uname =", uname, ", aname =", an…
/openbmc/linux/include/net/9p/
H A Dclient.h190 struct p9_fid *p9_client_attach(struct p9_client *clnt, struct p9_fid *afid,
/openbmc/qemu/hw/9pfs/
H A Dtrace-events8 …(uint16_t tag, uint8_t id, int32_t fid, int32_t afid, char* uname, char* aname) "tag %u id %u fid …
H A D9p.c1454 int32_t fid, afid, n_uname; in v9fs_attach() local
1465 &afid, &uname, &aname, &n_uname); in v9fs_attach()
1469 trace_v9fs_attach(pdu->tag, pdu->id, fid, afid, uname.data, aname.data); in v9fs_attach()
/openbmc/linux/net/9p/
H A Dclient.c1096 struct p9_fid *p9_client_attach(struct p9_client *clnt, struct p9_fid *afid, in p9_client_attach() argument
1106 afid ? afid->fid : -1, uname, aname); in p9_client_attach()
1115 afid ? afid->fid : P9_NOFID, uname, aname, n_uname); in p9_client_attach()
/openbmc/linux/Documentation/filesystems/
H A D9p.rst154 afid security channel - used by Plan 9 authentication protocols