Home
last modified time | relevance | path

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

/freebsd/sys/fs/p9fs/
H A Dp9_client.c734 uint16_t nwqids, count; in p9_client_walk() local
738 nwqids = 0; in p9_client_walk()
776 *error = p9_buf_readf(&req->rc, clnt->proto_version, "R", &nwqids, in p9_client_walk()
781 P9_DEBUG(PROTO, "RWALK nwqid %d:\n", nwqids); in p9_client_walk()
783 if (nwqids != nwnames) { in p9_client_walk()
788 for (count = 0; count < nwqids; count++) in p9_client_walk()
795 memmove(&fid->qid, &wqids[nwqids - 1], sizeof(struct p9_qid)); in p9_client_walk()