Searched refs:endoff (Results 1 - 9 of 9) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/mm/
H A Dmadvise.c181 loff_t offset, endoff; local
201 endoff = (loff_t)(end - vma->vm_start - 1)
206 error = vmtruncate_range(mapping->host, offset, endoff);
H A Dfilemap_xip.c244 unsigned long size, pgoff, endoff; local
248 endoff = ((area->vm_end - area->vm_start) >> PAGE_CACHE_SHIFT)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/sn/pci/pcibr/
H A Dpcibr_dma.c176 u64 endoff; local
193 endoff = req_size + offset;
196 (endoff > (1ULL << 31))) { /* Too Big */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_bmap.h342 * Check if the endoff is outside the last extent. If so the caller will grow
348 xfs_fileoff_t endoff,
H A Dxfs_mount.h255 #define XFS_BMAP_EOF(mp, io, endoff, whichfork, eof) \
257 ((io)->io_obj, endoff, whichfork, eof)
H A Dxfs_vnodeops.c4209 * Zero file bytes between startoff and endoff inclusive.
4216 xfs_off_t endoff)
4231 for (offset = startoff; offset <= endoff; offset = lastoffset + 1) {
4241 if (lastoffset > endoff)
4242 lastoffset = endoff;
4213 xfs_zero_remaining_bytes( xfs_inode_t *ip, xfs_off_t startoff, xfs_off_t endoff) argument
H A Dxfs_bmap.c6001 * Check if the endoff is outside the last extent. If so the caller will grow
6007 xfs_fileoff_t endoff, /* file offset in fsblocks */
6034 *eof = endoff >= startoff + blockcount;
6005 xfs_bmap_eof( xfs_inode_t *ip, xfs_fileoff_t endoff, int whichfork, int *eof) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/btree/
H A Dbt_verify.c519 u_int32_t i, endoff, nentries; local
625 endoff = offset + BINTERNAL_SIZE(bk->len) - 1;
627 endoff = offset + BKEYDATA_SIZE(bk->len) - 1;
642 endoff = offset +
652 endoff = offset + BKEYDATA_SIZE(0) - 1;
660 if (isdupitem && pagelayout[endoff] != VRFY_ITEM_END) {
664 } else if (pagelayout[endoff] == VRFY_ITEM_NOTSET)
665 pagelayout[endoff] = VRFY_ITEM_END;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/shell/
H A Dash.c4938 int endoff; /* offset of end of region */ member in struct:ifsregion
5121 ifslastp->endoff = end;
5126 removerecordregions(int endoff) argument
5131 if (ifsfirst.endoff > endoff) {
5140 if (ifsfirst.begoff > endoff)
5144 ifsfirst.endoff = endoff;
5150 while (ifslastp->next && ifslastp->next->begoff < endoff)
5160 if (ifslastp->endoff > endof
[all...]

Completed in 168 milliseconds