Lines Matching refs:write_len
1747 u64 write_len = len; in ceph_sync_write() local
1756 ceph_fscrypt_adjust_off_and_len(inode, &write_pos, &write_len); in ceph_sync_write()
1760 write_len, &objnum, &objoff, in ceph_sync_write()
1762 write_len = xlen; in ceph_sync_write()
1765 if (pos + len > write_pos + write_len) in ceph_sync_write()
1766 len = write_pos + write_len - pos; in ceph_sync_write()
1775 last = (pos + len) != (write_pos + write_len); in ceph_sync_write()
1779 ci->i_vino.ino, pos, len, write_pos, write_len, in ceph_sync_write()
1786 num_pages = calc_pages_for(write_pos, write_len); in ceph_sync_write()
1796 u64 last_pos = (write_pos + write_len) - CEPH_FSCRYPT_BLOCK_SIZE; in ceph_sync_write()
1996 write_pos, write_len, in ceph_sync_write()
2006 ci->i_vino, write_pos, &write_len, in ceph_sync_write()
2018 doutc(cl, "write op %lld~%llu\n", write_pos, write_len); in ceph_sync_write()
2019 osd_req_op_extent_osd_data_pages(req, rmw ? 1 : 0, pages, write_len, in ceph_sync_write()