Searched refs:endoff (Results 1 – 10 of 10) sorted by relevance
/linux-4.4.14/arch/ia64/sn/pci/pcibr/ |
D | pcibr_dma.c | 176 u64 endoff; in pcibr_dmatrans_direct32() local 193 endoff = req_size + offset; in pcibr_dmatrans_direct32() 196 (endoff > (1ULL << 31))) { /* Too Big */ in pcibr_dmatrans_direct32()
|
/linux-4.4.14/fs/ext4/ |
D | file.c | 445 loff_t endoff; in ext4_find_unwritten_pgoff() local 453 endoff = (loff_t)(map->m_lblk + map->m_len) << blkbits; in ext4_find_unwritten_pgoff() 456 end = endoff >> PAGE_CACHE_SHIFT; in ext4_find_unwritten_pgoff() 476 if (lastoff == startoff || lastoff < endoff) in ext4_find_unwritten_pgoff() 500 if (lastoff < endoff && whence == SEEK_HOLE && in ext4_find_unwritten_pgoff()
|
/linux-4.4.14/fs/xfs/ |
D | xfs_bmap_util.h | 32 int xfs_bmap_eof(struct xfs_inode *ip, xfs_fileoff_t endoff,
|
D | xfs_bmap_util.c | 282 xfs_fileoff_t endoff, in xfs_bmap_eof() argument 293 *eof = endoff >= rec.br_startoff + rec.br_blockcount; in xfs_bmap_eof() 1123 xfs_off_t endoff) in xfs_zero_remaining_bytes() argument 1142 if (endoff > XFS_ISIZE(ip)) in xfs_zero_remaining_bytes() 1143 endoff = XFS_ISIZE(ip); in xfs_zero_remaining_bytes() 1145 for (offset = startoff; offset <= endoff; offset = lastoffset + 1) { in xfs_zero_remaining_bytes() 1170 if (lastoffset > endoff) in xfs_zero_remaining_bytes() 1171 lastoffset = endoff; in xfs_zero_remaining_bytes()
|
D | xfs_file.c | 1196 loff_t endoff; in xfs_find_get_desired_pgoff() local 1204 endoff = XFS_FSB_TO_B(mp, map->br_startoff + map->br_blockcount); in xfs_find_get_desired_pgoff() 1205 end = endoff >> PAGE_CACHE_SHIFT; in xfs_find_get_desired_pgoff() 1231 if (lastoff == startoff || lastoff < endoff) { in xfs_find_get_desired_pgoff() 1266 if (type == HOLE_OFF && lastoff < endoff) { in xfs_find_get_desired_pgoff()
|
/linux-4.4.14/fs/ceph/ |
D | caps.c | 2300 loff_t endoff, bool nonblock, int *got, int *err) in try_get_cap_refs() argument 2339 if (endoff >= 0 && endoff > (loff_t)ci->i_max_size) { in try_get_cap_refs() 2341 inode, endoff, ci->i_max_size); in try_get_cap_refs() 2342 if (endoff > ci->i_requested_max_size) { in try_get_cap_refs() 2438 static void check_max_size(struct inode *inode, loff_t endoff) in check_max_size() argument 2445 if (endoff >= ci->i_max_size && endoff > ci->i_wanted_max_size) { in check_max_size() 2447 inode, endoff); in check_max_size() 2448 ci->i_wanted_max_size = endoff; in check_max_size() 2467 loff_t endoff, int *got, struct page **pinned_page) in ceph_get_caps() argument 2476 if (endoff > 0) in ceph_get_caps() [all …]
|
D | file.c | 1353 loff_t endoff = 0; in ceph_fallocate() local 1387 endoff = offset + length; in ceph_fallocate() 1394 ret = ceph_get_caps(ci, CEPH_CAP_FILE_WR, want, endoff, &got, NULL); in ceph_fallocate() 1402 } else if (endoff > size) { in ceph_fallocate() 1404 if (ceph_inode_set_size(inode, endoff)) in ceph_fallocate()
|
D | super.h | 904 loff_t endoff, int *got, struct page **pinned_page);
|
/linux-4.4.14/fs/btrfs/ |
D | ioctl.c | 3284 u64 endoff, in clone_finish_inode_update() argument 3299 if (endoff > destoff + olen) in clone_finish_inode_update() 3300 endoff = destoff + olen; in clone_finish_inode_update() 3301 if (endoff > inode->i_size) in clone_finish_inode_update() 3302 btrfs_i_size_write(inode, endoff); in clone_finish_inode_update()
|
/linux-4.4.14/fs/fuse/ |
D | file.c | 1977 size_t endoff = (pos + copied) & ~PAGE_CACHE_MASK; in fuse_write_end() local 1978 if (endoff) in fuse_write_end() 1979 zero_user_segment(page, endoff, PAGE_CACHE_SIZE); in fuse_write_end()
|