Home
last modified time | relevance | path

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

/Linux-v4.19/net/9p/
Dclient.c1168 uint16_t nwqids, count; in p9_client_walk() local
1195 err = p9pdu_readf(req->rc, clnt->proto_version, "R", &nwqids, &wqids); in p9_client_walk()
1203 p9_debug(P9_DEBUG_9P, "<<< RWALK nwqid %d:\n", nwqids); in p9_client_walk()
1205 if (nwqids != nwname) { in p9_client_walk()
1210 for (count = 0; count < nwqids; count++) in p9_client_walk()
1217 memmove(&fid->qid, &wqids[nwqids - 1], sizeof(struct p9_qid)); in p9_client_walk()