Home
last modified time | relevance | path

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

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