Lines Matching defs:first
280 struct bio_vec *bv, pgoff_t first, pgoff_t last,
287 nr = min_t(pgoff_t, last - first + 1, AFS_BVEC_MAX);
288 n = find_get_pages_contig(op->store.mapping, first, nr, pages);
294 if (first + i >= last) {
328 pgoff_t first = op->store.first, last = op->store.last;
335 afs_load_bvec(call, msg, bv, first, last, offset);
336 trace_afs_send_pages(call, msg, first, last, offset);
349 first += nr;
350 } while (first <= last);
352 trace_afs_sent_pages(call, op->store.first, last, first, ret);
389 if (op->store.last == op->store.first) {
398 tx_total_len += (op->store.last - op->store.first - 1) * PAGE_SIZE;
810 /* the operation ID forms the first four bytes of the request data */