Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/9p/
H A Dv9fs.c118 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 Dv9fs.h88 unsigned int afid; member
/OK3568_Linux_fs/kernel/include/net/9p/
H A Dclient.h184 struct p9_fid *p9_client_attach(struct p9_client *clnt, struct p9_fid *afid,
/OK3568_Linux_fs/kernel/net/9p/
H A Dclient.c1115 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 D9p.rst134 afid security channel - used by Plan 9 authentication protocols