Lines Matching refs:endoff
1035 loff_t endoff = aio_req->iocb->ki_pos + aio_req->total_len; in ceph_aio_complete() local
1036 if (endoff > i_size_read(inode)) { in ceph_aio_complete()
1037 if (ceph_inode_set_size(inode, endoff)) in ceph_aio_complete()
1111 loff_t endoff = aio_req->iocb->ki_pos + rc; in ceph_aio_complete_req() local
1112 if (endoff < i_size) in ceph_aio_complete_req()
1114 i_size - endoff); in ceph_aio_complete_req()
2086 loff_t endoff = 0; in ceph_fallocate() local
2125 ret = ceph_get_caps(file, CEPH_CAP_FILE_WR, want, endoff, &got, NULL); in ceph_fallocate()
2212 loff_t size, endoff; in is_file_size_ok() local
2228 endoff = dst_off + len; in is_file_size_ok()
2229 if (inode_newsize_ok(dst_inode, endoff)) in is_file_size_ok()
2232 if (ceph_quota_is_max_bytes_exceeded(dst_inode, endoff)) in is_file_size_ok()