wb_bytes 571 fs/fs-writeback.c wbc->wb_bytes = 0; wb_bytes 642 fs/fs-writeback.c if (wbc->wb_bytes >= wbc->wb_lcand_bytes && wb_bytes 643 fs/fs-writeback.c wbc->wb_bytes >= wbc->wb_tcand_bytes) { wb_bytes 645 fs/fs-writeback.c max_bytes = wbc->wb_bytes; wb_bytes 746 fs/fs-writeback.c wbc->wb_bytes += bytes; wb_bytes 837 fs/nfs/blocklayout/blocklayout.c if (IS_ALIGNED(req->wb_bytes, alignment)) wb_bytes 841 fs/nfs/blocklayout/blocklayout.c (req_offset(req) + req->wb_bytes == i_size_read(pgio->pg_inode))) { wb_bytes 407 fs/nfs/direct.c bytes += req->wb_bytes; wb_bytes 636 fs/nfs/direct.c dreq->max_count += req->wb_bytes; wb_bytes 1681 fs/nfs/flexfilelayout/flexfilelayout.c count += req->wb_bytes; wb_bytes 328 fs/nfs/pagelist.c req->wb_bytes = count; wb_bytes 508 fs/nfs/pagelist.c if (((mirror->pg_count + req->wb_bytes) >> PAGE_SHIFT) * wb_bytes 512 fs/nfs/pagelist.c return min(mirror->pg_bsize - mirror->pg_count, (size_t)req->wb_bytes); wb_bytes 933 fs/nfs/pagelist.c if (req_offset(req) != req_offset(prev) + prev->wb_bytes) wb_bytes 936 fs/nfs/pagelist.c if (req->wb_pgbase != prev->wb_pgbase + prev->wb_bytes) wb_bytes 940 fs/nfs/pagelist.c prev->wb_pgbase + prev->wb_bytes != PAGE_SIZE) wb_bytes 945 fs/nfs/pagelist.c WARN_ON_ONCE(size > req->wb_bytes); wb_bytes 946 fs/nfs/pagelist.c if (size && size < req->wb_bytes) wb_bytes 947 fs/nfs/pagelist.c req->wb_bytes = size; wb_bytes 987 fs/nfs/pagelist.c mirror->pg_count += req->wb_bytes; wb_bytes 1045 fs/nfs/pagelist.c bytes_left = subreq->wb_bytes; wb_bytes 1052 fs/nfs/pagelist.c WARN_ON_ONCE(subreq->wb_bytes != bytes_left); wb_bytes 1067 fs/nfs/pagelist.c WARN_ON_ONCE(subreq->wb_bytes + subreq->wb_pgbase > PAGE_SIZE); wb_bytes 1068 fs/nfs/pagelist.c WARN_ON_ONCE(subreq->wb_bytes > bytes_left); wb_bytes 1069 fs/nfs/pagelist.c WARN_ON_ONCE(subreq->wb_bytes == 0); wb_bytes 1071 fs/nfs/pagelist.c bytes_left -= subreq->wb_bytes; wb_bytes 1072 fs/nfs/pagelist.c offset += subreq->wb_bytes; wb_bytes 1073 fs/nfs/pagelist.c pgbase += subreq->wb_bytes; wb_bytes 1165 fs/nfs/pagelist.c bytes = req->wb_bytes; wb_bytes 2494 fs/nfs/pnfs.c u64 rd_size = req->wb_bytes; wb_bytes 623 fs/nfs/pnfs.h u64 req_last = req_offset(req) + req->wb_bytes; wb_bytes 100 fs/nfs/read.c (unsigned long long)NFS_FILEID(inode), req->wb_bytes, wb_bytes 170 fs/nfs/read.c unsigned long end = req->wb_pgbase + req->wb_bytes; wb_bytes 181 fs/nfs/read.c } else if (hdr->good_bytes - bytes < req->wb_bytes) { wb_bytes 190 fs/nfs/read.c bytes += req->wb_bytes; wb_bytes 284 fs/nfs/write.c page_offset < (req->wb_pgbase + req->wb_bytes)) wb_bytes 312 fs/nfs/write.c pos = tmp->wb_pgbase + tmp->wb_bytes; wb_bytes 514 fs/nfs/write.c total_bytes = head->wb_bytes; wb_bytes 520 fs/nfs/write.c total_bytes += subreq->wb_bytes; wb_bytes 545 fs/nfs/write.c total_bytes += subreq->wb_bytes; wb_bytes 547 fs/nfs/write.c ((subreq->wb_offset + subreq->wb_bytes) > wb_bytes 573 fs/nfs/write.c head->wb_bytes = total_bytes; wb_bytes 1006 fs/nfs/write.c bytes += req->wb_bytes; wb_bytes 1131 fs/nfs/write.c rqend = req->wb_offset + req->wb_bytes; wb_bytes 1147 fs/nfs/write.c req->wb_bytes = end - req->wb_offset; wb_bytes 1149 fs/nfs/write.c req->wb_bytes = rqend - req->wb_offset; wb_bytes 1733 fs/nfs/write.c if (lwb < (req_offset(req) + req->wb_bytes)) wb_bytes 1734 fs/nfs/write.c lwb = req_offset(req) + req->wb_bytes; wb_bytes 1856 fs/nfs/write.c req->wb_bytes, wb_bytes 49 include/linux/nfs_page.h wb_bytes; /* Length of request */ wb_bytes 91 include/linux/writeback.h size_t wb_bytes; /* bytes written by current wb */