Searched refs:nwqids (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/net/9p/
H A Dclient.c1159 uint16_t nwqids, count; p9_client_walk() local
1187 err = p9pdu_readf(req->rc, clnt->proto_version, "R", &nwqids, &wqids); p9_client_walk()
1195 p9_debug(P9_DEBUG_9P, "<<< RWALK nwqid %d:\n", nwqids); p9_client_walk()
1197 if (nwqids != nwname) { p9_client_walk()
1202 for (count = 0; count < nwqids; count++) p9_client_walk()
1209 memmove(&fid->qid, &wqids[nwqids - 1], sizeof(struct p9_qid)); p9_client_walk()

Completed in 60 milliseconds