Searched refs:pgbase (Results 1 - 13 of 13) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfs/
H A Ddirect.c127 static void nfs_direct_dirty_pages(struct page **pages, unsigned int pgbase, size_t count) argument
134 pages += (pgbase >> PAGE_SHIFT);
135 npages = (count + (pgbase & ~PAGE_MASK) + PAGE_SIZE - 1) >> PAGE_SHIFT;
256 data->args.pgbase,
301 unsigned int pgbase; local
309 pgbase = user_addr & ~PAGE_MASK;
313 data = nfs_readdata_alloc(nfs_page_array_len(pgbase, bytes));
327 if (bytes <= pgbase) {
332 bytes -= pgbase;
345 data->args.pgbase
732 unsigned int pgbase; local
[all...]
H A Dread.c88 unsigned int base = data->args.pgbase + data->res.count;
189 data->args.pgbase = req->wb_pgbase + offset;
370 argp->pgbase += resp->count;
433 unsigned int base = data->args.pgbase;
H A Dnfs2xdr.c250 args->pages, args->pgbase, count);
315 xdr_encode_pages(sndbuf, args->pages, args->pgbase, count);
585 xdr_inline_pages(&req->rq_rcv_buf, replen, args->pages, args->pgbase, args->pglen);
H A Dnfs3proc.c235 unsigned int pgbase, unsigned int pglen)
240 .pgbase = pgbase,
234 nfs3_proc_readlink(struct inode *inode, struct page *page, unsigned int pgbase, unsigned int pglen) argument
H A Dproc.c207 unsigned int pgbase, unsigned int pglen)
211 .pgbase = pgbase,
206 nfs_proc_readlink(struct inode *inode, struct page *page, unsigned int pgbase, unsigned int pglen) argument
H A Dnfs4proc.c204 readdir->pgbase = (char *)p - (char *)start;
205 readdir->count -= readdir->pgbase;
2522 unsigned int pgbase, unsigned int pglen)
2526 .pgbase = pgbase,
2541 unsigned int pgbase, unsigned int pglen)
2547 _nfs4_proc_readlink(inode, page, pgbase, pglen),
2904 .pgbase = 0,
2922 res.pgbase = args.pgbase;
2521 _nfs4_proc_readlink(struct inode *inode, struct page *page, unsigned int pgbase, unsigned int pglen) argument
2540 nfs4_proc_readlink(struct inode *inode, struct page *page, unsigned int pgbase, unsigned int pglen) argument
3273 buf_to_pages(const void *buf, size_t buflen, struct page **pages, unsigned int *pgbase) argument
[all...]
H A Dnfs3xdr.c345 args->pages, args->pgbase, count);
367 xdr_encode_pages(sndbuf, args->pages, args->pgbase, count);
813 xdr_inline_pages(&req->rq_rcv_buf, replen, args->pages, args->pgbase, args->pglen);
H A Dwrite.c819 data->args.pgbase = req->wb_pgbase + offset;
1180 argp->pgbase += resp->count;
H A Dnfs4xdr.c1562 xdr_write_pages(xdr, args->pages, args->pgbase, args->count);
2111 args->pgbase, args->pglen);
2133 args->pgbase, args->count);
2136 args->pgbase, args->count);
2158 args->pages, args->pgbase, args->count);
4227 BUG_ON(pglen + readdir->pgbase > PAGE_CACHE_SIZE);
4229 end = p + ((pglen + readdir->pgbase) >> 2);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sunrpc/
H A Dxdr.c231 * @pgbase: page vector address of destination
239 _copy_to_pages(struct page **pages, size_t pgbase, const char *p, size_t len) argument
245 pgto = pages + (pgbase >> PAGE_CACHE_SHIFT);
246 pgbase &= ~PAGE_CACHE_MASK;
249 copy = PAGE_CACHE_SIZE - pgbase;
254 memcpy(vto + pgbase, p, copy);
261 pgbase += copy;
262 if (pgbase == PAGE_CACHE_SIZE) {
264 pgbase = 0;
276 * @pgbase
283 _copy_from_pages(char *p, struct page **pages, size_t pgbase, size_t len) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dnfs_xdr.h344 unsigned int pgbase; member in struct:nfs_readargs
366 unsigned int pgbase; member in struct:nfs_writeargs
532 unsigned int pgbase; member in struct:nfs_readlinkargs
627 unsigned int pgbase; member in struct:nfs3_readlinkargs
781 unsigned int pgbase; /* zero-copy data */ member in struct:nfs4_readdir_arg
788 unsigned int pgbase; member in struct:nfs4_readdir_res
794 unsigned int pgbase; member in struct:nfs4_readlink
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/exofs/
H A Dios.c347 unsigned pgbase, struct exofs_per_dev_state *per_dev,
371 unsigned pglen = min_t(unsigned, PAGE_SIZE - pgbase, cur_len);
378 pglen, pgbase);
381 pgbase = 0;
416 BUG_ON(page_off && (page_off != ios->pgbase));
346 _add_stripe_unit(struct exofs_io_state *ios, unsigned *cur_pg, unsigned pgbase, struct exofs_per_dev_state *per_dev, int cur_len) argument
H A Dexofs.h133 unsigned pgbase; member in struct:exofs_io_state

Completed in 480 milliseconds