Lines Matching refs:write_len
1642 u64 write_len = len; in ceph_sync_write() local
1651 ceph_fscrypt_adjust_off_and_len(inode, &write_pos, &write_len); in ceph_sync_write()
1655 write_len, &objnum, &objoff, in ceph_sync_write()
1657 write_len = xlen; in ceph_sync_write()
1660 if (pos + len > write_pos + write_len) in ceph_sync_write()
1661 len = write_pos + write_len - pos; in ceph_sync_write()
1670 last = (pos + len) != (write_pos + write_len); in ceph_sync_write()
1674 ci->i_vino.ino, pos, len, write_pos, write_len, in ceph_sync_write()
1681 num_pages = calc_pages_for(write_pos, write_len); in ceph_sync_write()
1691 u64 last_pos = (write_pos + write_len) - CEPH_FSCRYPT_BLOCK_SIZE; in ceph_sync_write()
1891 write_pos, write_len, in ceph_sync_write()
1901 ci->i_vino, write_pos, &write_len, in ceph_sync_write()
1913 dout("sync_write write op %lld~%llu\n", write_pos, write_len); in ceph_sync_write()
1914 osd_req_op_extent_osd_data_pages(req, rmw ? 1 : 0, pages, write_len, in ceph_sync_write()