Searched refs:afid (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/9p/ |
| H A D | v9fs.c | 118 if (v9ses->afid != ~0) in v9fs_show_options() 119 seq_printf(m, ",afid=%u", v9ses->afid); in v9fs_show_options() 172 v9ses->afid = ~0; in v9fs_parse_options() 247 v9ses->afid = option; in v9fs_parse_options()
|
| H A D | v9fs.h | 88 unsigned int afid; member
|
| /OK3568_Linux_fs/kernel/include/net/9p/ |
| H A D | client.h | 184 struct p9_fid *p9_client_attach(struct p9_client *clnt, struct p9_fid *afid,
|
| /OK3568_Linux_fs/kernel/net/9p/ |
| H A D | client.c | 1115 struct p9_fid *p9_client_attach(struct p9_client *clnt, struct p9_fid *afid, in p9_client_attach() argument 1125 afid ? afid->fid : -1, uname, aname); in p9_client_attach() 1134 afid ? afid->fid : P9_NOFID, uname, aname, n_uname); in p9_client_attach()
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/ |
| H A D | 9p.rst | 134 afid security channel - used by Plan 9 authentication protocols
|