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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/mm/
H A Dmadvise.c192 loff_t offset, endoff; local
212 endoff = (loff_t)(end - vma->vm_start - 1)
217 error = vmtruncate_range(mapping->host, offset, endoff);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/sn/pci/pcibr/
H A Dpcibr_dma.c175 u64 endoff; local
192 endoff = req_size + offset;
195 (endoff > (1ULL << 31))) { /* Too Big */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/
H A Dxfs_bmap.h374 * Check if the endoff is outside the last extent. If so the caller will grow
380 xfs_fileoff_t endoff,
H A Dxfs_vnodeops.c2391 * Zero file bytes between startoff and endoff inclusive.
2405 xfs_off_t endoff)
2424 if (endoff > ip->i_size)
2425 endoff = ip->i_size;
2433 for (offset = startoff; offset <= endoff; offset = lastoffset + 1) {
2443 if (lastoffset > endoff)
2444 lastoffset = endoff;
2402 xfs_zero_remaining_bytes( xfs_inode_t *ip, xfs_off_t startoff, xfs_off_t endoff) argument
H A Dxfs_bmap.c5625 * Check if the endoff is outside the last extent. If so the caller will grow
5631 xfs_fileoff_t endoff, /* file offset in fsblocks */
5658 *eof = endoff >= startoff + blockcount;
5629 xfs_bmap_eof( xfs_inode_t *ip, xfs_fileoff_t endoff, int whichfork, int *eof) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ceph/
H A Dcaps.c1987 int *got, loff_t endoff, int *check_max, int *err)
2009 if (endoff >= 0 && endoff > (loff_t)ci->i_max_size) {
2010 dout("get_cap_refs %p endoff %llu > maxsize %llu\n",
2011 inode, endoff, ci->i_max_size);
2012 if (endoff > ci->i_wanted_max_size) {
2068 static void check_max_size(struct inode *inode, loff_t endoff) argument
2075 if ((endoff >= ci->i_max_size ||
2076 endoff > (inode->i_size << 1)) &&
2077 endoff > c
1986 try_get_cap_refs(struct ceph_inode_info *ci, int need, int want, int *got, loff_t endoff, int *check_max, int *err) argument
2093 ceph_get_caps(struct ceph_inode_info *ci, int need, int want, int *got, loff_t endoff) argument
[all...]
H A Dfile.c818 loff_t endoff = pos + iov->iov_len; local
836 ret = ceph_get_caps(ci, CEPH_CAP_FILE_WR, want, &got, endoff);
H A Dsuper.h844 int *got, loff_t endoff);
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/btrfs/
H A Dioctl.c1581 u64 endoff; local
1722 endoff = new_key.offset + datal;
1723 if (endoff > off+olen)
1724 endoff = off+olen;
1725 if (endoff > inode->i_size)
1726 btrfs_i_size_write(inode, endoff);
/netgear-R7000-V1.0.7.12_1.2.5/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 110 milliseconds