Searched refs:idx_start (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/nfs/
H A Dpagelist.c377 * @idx_start: lower bound of page->index to scan
378 * @npages: idx_start + npages sets the upper bound to scan.
382 * starting at index idx_start, is scanned.
387 struct list_head *dst, pgoff_t idx_start,
400 idx_end = idx_start + npages - 1;
404 (void **)&pgvec[0], idx_start,
412 idx_start = req->wb_index + 1;
386 nfs_scan_list(struct nfs_inode *nfsi, struct list_head *head, struct list_head *dst, pgoff_t idx_start, unsigned int npages) argument
H A Dwrite.c515 static int nfs_wait_on_requests_locked(struct inode *inode, pgoff_t idx_start, unsigned int npages) argument
526 idx_end = idx_start + npages - 1;
528 next = idx_start;
567 * @idx_start: lower bound of page->index to scan.
568 * @npages: idx_start + npages sets the upper bound to scan.
574 nfs_scan_commit(struct inode *inode, struct list_head *dst, pgoff_t idx_start, unsigned int npages) argument
580 res = nfs_scan_list(nfsi, &nfsi->commit, dst, idx_start, npages);
588 static inline int nfs_scan_commit(struct inode *inode, struct list_head *dst, pgoff_t idx_start, unsigned int npages) argument
1283 pgoff_t idx_start, idx_end; local
1290 idx_start
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dnfs_page.h75 pgoff_t idx_start, unsigned int npages);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/parisc/
H A Dsba_iommu.c1579 int idx_start = (1408*1024/sizeof(u64)) >> 3; local
1581 long *p_start = (long *) &(sba_dev->ioc[i].res_map[idx_start]);

Completed in 166 milliseconds