Lines Matching defs:rsize
3565 unsigned int rsize;
3589 &rsize, &credits);
3594 if (rsize < rdata->bytes) {
3598 } while (rsize < rdata->bytes);
3639 unsigned int npages, rsize;
3669 rc = server->ops->wait_mtu_credits(server, cifs_sb->rsize,
3670 &rsize, credits);
3674 cur_len = min_t(const size_t, len, rsize);
4049 unsigned int rsize;
4064 rsize = min_t(unsigned int, cifs_sb->rsize, CIFSMaxBufSize);
4092 rsize);
4326 unsigned int rsize, struct list_head *tmplist,
4366 /* would this page push the read over the rsize? */
4367 if (*bytes + PAGE_SIZE > rsize)
4425 * the rsize limit, hit an index discontinuity, or run out of
4434 unsigned int i, nr_pages, bytes, rsize;
4449 rc = server->ops->wait_mtu_credits(server, cifs_sb->rsize,
4450 &rsize, credits);
4455 * Give up immediately if rsize is too small to read an entire
4458 * rsize is smaller than a cache page.
4460 if (unlikely(rsize < PAGE_SIZE)) {
4467 err = readpages_get_pages(mapping, page_list, rsize, &tmplist,