endoff           3308 fs/btrfs/ioctl.c 				     u64 endoff,
endoff           3323 fs/btrfs/ioctl.c 	if (endoff > destoff + olen)
endoff           3324 fs/btrfs/ioctl.c 		endoff = destoff + olen;
endoff           3325 fs/btrfs/ioctl.c 	if (endoff > inode->i_size)
endoff           3326 fs/btrfs/ioctl.c 		btrfs_i_size_write(BTRFS_I(inode), endoff);
endoff           2545 fs/ceph/caps.c 			    loff_t endoff, int flags, int *got)
endoff           2590 fs/ceph/caps.c 		if (endoff >= 0 && endoff > (loff_t)ci->i_max_size) {
endoff           2592 fs/ceph/caps.c 			     inode, endoff, ci->i_max_size);
endoff           2593 fs/ceph/caps.c 			if (endoff > ci->i_requested_max_size)
endoff           2699 fs/ceph/caps.c static void check_max_size(struct inode *inode, loff_t endoff)
endoff           2706 fs/ceph/caps.c 	if (endoff >= ci->i_max_size && endoff > ci->i_wanted_max_size) {
endoff           2708 fs/ceph/caps.c 		     inode, endoff);
endoff           2709 fs/ceph/caps.c 		ci->i_wanted_max_size = endoff;
endoff           2744 fs/ceph/caps.c 		  loff_t endoff, int *got, struct page **pinned_page)
endoff           2761 fs/ceph/caps.c 		if (endoff > 0)
endoff           2762 fs/ceph/caps.c 			check_max_size(inode, endoff);
endoff           2766 fs/ceph/caps.c 		ret = try_get_cap_refs(inode, need, want, endoff,
endoff           2776 fs/ceph/caps.c 							endoff, flags, &_got))) {
endoff            768 fs/ceph/file.c 		loff_t endoff = aio_req->iocb->ki_pos + aio_req->total_len;
endoff            769 fs/ceph/file.c 		if (endoff > i_size_read(inode)) {
endoff            770 fs/ceph/file.c 			if (ceph_inode_set_size(inode, endoff))
endoff            833 fs/ceph/file.c 				loff_t endoff = aio_req->iocb->ki_pos + rc;
endoff            834 fs/ceph/file.c 				if (endoff < i_size)
endoff            836 fs/ceph/file.c 						     i_size - endoff);
endoff           1795 fs/ceph/file.c 	loff_t endoff = 0;
endoff           1834 fs/ceph/file.c 	ret = ceph_get_caps(file, CEPH_CAP_FILE_WR, want, endoff, &got, NULL);
endoff           1921 fs/ceph/file.c 	loff_t size, endoff;
endoff           1937 fs/ceph/file.c 	endoff = dst_off + len;
endoff           1938 fs/ceph/file.c 	if (inode_newsize_ok(dst_inode, endoff))
endoff           1941 fs/ceph/file.c 	if (ceph_quota_is_max_bytes_exceeded(dst_inode, endoff))
endoff           1959 fs/ceph/file.c 	loff_t endoff = 0, size;
endoff           2040 fs/ceph/file.c 	endoff = dst_off + len;
endoff           2045 fs/ceph/file.c 					    endoff >> PAGE_SHIFT);
endoff           2137 fs/ceph/file.c 	if (endoff > size) {
endoff           2141 fs/ceph/file.c 		if (ceph_quota_is_max_bytes_approaching(dst_inode, endoff))
endoff           2143 fs/ceph/file.c 		if (ceph_inode_set_size(dst_inode, endoff))
endoff           1077 fs/ceph/super.h 			 loff_t endoff, int *got, struct page **pinned_page);
endoff            386 fs/erofs/zmap.c 	unsigned int lclusterbits, endoff;
endoff            406 fs/erofs/zmap.c 	endoff = ofs & ((1 << lclusterbits) - 1);
endoff            417 fs/erofs/zmap.c 		if (endoff >= m.clusterofs)
endoff            421 fs/erofs/zmap.c 		if (endoff >= m.clusterofs) {
endoff           2224 fs/fuse/file.c 		size_t endoff = (pos + copied) & ~PAGE_MASK;
endoff           2225 fs/fuse/file.c 		if (endoff)
endoff           2226 fs/fuse/file.c 			zero_user_segment(page, endoff, PAGE_SIZE);
endoff            631 fs/xfs/scrub/bmap.c 	xfs_fileoff_t		endoff;
endoff            697 fs/xfs/scrub/bmap.c 	error = xfs_bmap_last_offset(ip, &endoff, whichfork);
endoff            710 fs/xfs/scrub/bmap.c 		if (irec.br_startoff >= endoff) {
endoff            189 fs/xfs/xfs_bmap_util.c 	xfs_fileoff_t		endoff,
endoff            200 fs/xfs/xfs_bmap_util.c 	*eof = endoff >= rec.br_startoff + rec.br_blockcount;
endoff             33 fs/xfs/xfs_bmap_util.h int	xfs_bmap_eof(struct xfs_inode *ip, xfs_fileoff_t endoff,