Lines Matching refs:write_len
1746 u64 write_len = len; in ceph_sync_write() local
1755 ceph_fscrypt_adjust_off_and_len(inode, &write_pos, &write_len); in ceph_sync_write()
1759 write_len, &objnum, &objoff, in ceph_sync_write()
1761 write_len = xlen; in ceph_sync_write()
1764 if (pos + len > write_pos + write_len) in ceph_sync_write()
1765 len = write_pos + write_len - pos; in ceph_sync_write()
1774 last = (pos + len) != (write_pos + write_len); in ceph_sync_write()
1778 ci->i_vino.ino, pos, len, write_pos, write_len, in ceph_sync_write()
1785 num_pages = calc_pages_for(write_pos, write_len); in ceph_sync_write()
1795 u64 last_pos = (write_pos + write_len) - CEPH_FSCRYPT_BLOCK_SIZE; in ceph_sync_write()
1995 write_pos, write_len, in ceph_sync_write()
2005 ci->i_vino, write_pos, &write_len, in ceph_sync_write()
2017 doutc(cl, "write op %lld~%llu\n", write_pos, write_len); in ceph_sync_write()
2018 osd_req_op_extent_osd_data_pages(req, rmw ? 1 : 0, pages, write_len, in ceph_sync_write()