Home
last modified time | relevance | path

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

/linux/fs/9p/
H A Dv9fs.c160 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 Dv9fs.h117 unsigned int afid; member
H A Dvfs_super.c316 ctx->session_opts.afid = ~0; in v9fs_init_fs_context()
/linux/include/net/9p/
H A Dclient.h204 unsigned int afid; member
286 struct p9_fid *p9_client_attach(struct p9_client *clnt, struct p9_fid *afid,
/linux/net/9p/
H A Dclient.c984 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 D9p.rst210 afid security channel - used by Plan 9 authentication protocols