Searched refs:afid (Results 1 – 6 of 6) sorted by relevance
| /linux/fs/9p/ |
| H A D | v9fs.c | 160 if (v9ses->afid != ~0) in v9fs_show_options() 161 seq_printf(m, ",afid=%u", v9ses->afid); in v9fs_show_options() 258 session_opts->afid = result.uint_32; in v9fs_parse_param() 407 v9ses->afid = ctx->session_opts.afid; in v9fs_apply_options()
|
| H A D | v9fs.h | 117 unsigned int afid; member
|
| H A D | vfs_super.c | 316 ctx->session_opts.afid = ~0; in v9fs_init_fs_context()
|
| /linux/include/net/9p/ |
| H A D | client.h | 204 unsigned int afid; member 286 struct p9_fid *p9_client_attach(struct p9_client *clnt, struct p9_fid *afid,
|
| /linux/net/9p/ |
| H A D | client.c | 984 struct p9_fid *p9_client_attach(struct p9_client *clnt, struct p9_fid *afid, in p9_client_attach() argument 994 afid ? afid->fid : -1, uname, aname); in p9_client_attach() 1003 afid ? afid->fid : P9_NOFID, uname, aname, n_uname); in p9_client_attach()
|
| /linux/Documentation/filesystems/ |
| H A D | 9p.rst | 210 afid security channel - used by Plan 9 authentication protocols
|