Searched refs:wb_bytes (Results 1 - 11 of 11) sorted by relevance

/linux-master/fs/nfs/
H A Dpagelist.c53 i->count = (tmp < req->wb_bytes) ? tmp : req->wb_bytes;
61 if (i->count != req->wb_bytes) {
496 req->wb_bytes = count;
741 if (((mirror->pg_count + req->wb_bytes) >> PAGE_SHIFT) *
745 return min(mirror->pg_bsize - mirror->pg_count, (size_t)req->wb_bytes);
1150 size_t prev_end = prev->wb_pgbase + prev->wb_bytes;
1152 if (req_offset(req) != req_offset(prev) + prev->wb_bytes)
1235 if (size < req->wb_bytes)
1238 mirror->pg_count += req->wb_bytes;
[all...]
H A Dwrite.c343 page_offset < (req->wb_pgbase + req->wb_bytes))
371 pos = tmp->wb_pgbase + tmp->wb_bytes;
514 bytes = head->wb_bytes;
524 bytes = max(subreq->wb_pgbase + subreq->wb_bytes
530 head->wb_bytes = bytes;
989 bytes += req->wb_bytes;
1100 rqend = req->wb_offset + req->wb_bytes;
1116 req->wb_bytes = end - req->wb_offset;
1118 req->wb_bytes = rqend - req->wb_offset;
1718 if (lwb < (req_offset(req) + req->wb_bytes))
[all...]
H A Dread.c151 unsigned long end = req->wb_pgbase + req->wb_bytes;
162 } else if (hdr->good_bytes - bytes < req->wb_bytes) {
171 bytes += req->wb_bytes;
H A Dpnfs.h687 u64 req_last = req_offset(req) + req->wb_bytes;
H A Ddirect.c284 bytes += req->wb_bytes;
H A Dnfstrace.h1415 __entry->count = req->wb_bytes;
/linux-master/include/linux/
H A Dnfs_page.h53 wb_bytes; /* Length of request */ member in struct:nfs_page
H A Dwriteback.h95 size_t wb_bytes; /* bytes written by current wb */ member in struct:writeback_control
/linux-master/fs/
H A Dfs-writeback.c749 wbc->wb_bytes = 0;
820 if (wbc->wb_bytes >= wbc->wb_lcand_bytes &&
821 wbc->wb_bytes >= wbc->wb_tcand_bytes) {
823 max_bytes = wbc->wb_bytes;
926 wbc->wb_bytes += bytes;
/linux-master/fs/nfs/blocklayout/
H A Dblocklayout.c815 if (IS_ALIGNED(req->wb_bytes, alignment))
819 (req_offset(req) + req->wb_bytes == i_size_read(pgio->pg_inode))) {
853 * of bytes (maximum @req->wb_bytes) that can be coalesced.
915 * of bytes (maximum @req->wb_bytes) that can be coalesced.
/linux-master/fs/nfs/flexfilelayout/
H A Dflexfilelayout.c817 req_offset(req), req->wb_bytes, IOMODE_READ,
902 req_offset(req), req->wb_bytes,
958 req_offset(req), req->wb_bytes,
1657 count += req->wb_bytes;

Completed in 180 milliseconds