Lines Matching refs:endoff
752 loff_t endoff = aio_req->iocb->ki_pos + aio_req->total_len; in ceph_aio_complete() local
753 if (endoff > i_size_read(inode)) { in ceph_aio_complete()
754 if (ceph_inode_set_size(inode, endoff)) in ceph_aio_complete()
817 loff_t endoff = aio_req->iocb->ki_pos + rc; in ceph_aio_complete_req() local
818 if (endoff < i_size) in ceph_aio_complete_req()
820 i_size - endoff); in ceph_aio_complete_req()
1743 loff_t endoff = 0; in ceph_fallocate() local
1786 endoff = offset + length; in ceph_fallocate()
1787 ret = inode_newsize_ok(inode, endoff); in ceph_fallocate()
1797 ret = ceph_get_caps(ci, CEPH_CAP_FILE_WR, want, endoff, &got, NULL); in ceph_fallocate()
1805 } else if (endoff > size) { in ceph_fallocate()
1807 if (ceph_inode_set_size(inode, endoff)) in ceph_fallocate()
1820 if ((endoff > size) && in ceph_fallocate()
1821 ceph_quota_is_max_bytes_approaching(inode, endoff)) in ceph_fallocate()