Lines Matching defs:bytes
511 unsigned int pgbase, off, bytes;
514 bytes = head->wb_bytes;
521 bytes += pgbase - subreq->wb_pgbase;
524 bytes = max(subreq->wb_pgbase + subreq->wb_bytes
525 - pgbase, bytes);
530 head->wb_bytes = bytes;
996 unsigned long bytes = 0;
1004 bytes += req->wb_bytes;
1007 (hdr->good_bytes < bytes)) {
1102 unsigned int bytes)
1109 end = offset + bytes;
1158 unsigned int bytes)
1162 req = nfs_try_to_update_request(folio, offset, bytes);
1165 req = nfs_page_create_from_folio(ctx, folio, offset, bytes);
1624 "NFS: Server wrote zero bytes, expected %u.\n",