Lines Matching refs:no
13 /* considering the LZMA performance, no need to use a lockless list for now */
24 /* there should be no running fs instance */
164 int no, ni, j, err = 0;
202 for (ni = 0, no = -1;;) {
207 kunmap(rq->out[no]);
211 if (++no >= nrpages_out || !outlen) {
220 if (!rq->out[no] && rq->fillgaps) { /* deduped */
221 rq->out[no] = erofs_allocpage(pagepool,
223 set_page_private(rq->out[no],
226 if (rq->out[no])
227 strm->buf.out = kmap(rq->out[no]) + pageofs;
251 if (!bounced && rq->out[no] == rq->in[ni]) {
259 if (rq->out[no] != rq->in[j])
283 if (no < nrpages_out && strm->buf.out)
284 kunmap(rq->out[no]);