Home
last modified time | relevance | path

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

/linux-4.19.296/fs/9p/
Dv9fs.c133 if (v9ses->afid != ~0) in v9fs_show_options()
134 seq_printf(m, ",afid=%u", v9ses->afid); in v9fs_show_options()
187 v9ses->afid = ~0; in v9fs_parse_options()
262 v9ses->afid = option; in v9fs_parse_options()
Dv9fs.h103 unsigned int afid; member
/linux-4.19.296/include/net/9p/
Dclient.h201 struct p9_fid *p9_client_attach(struct p9_client *clnt, struct p9_fid *afid,