Lines Matching refs:write_pos
1746 u64 write_pos = pos; in ceph_sync_write() local
1756 ceph_fscrypt_adjust_off_and_len(inode, &write_pos, &write_len); in ceph_sync_write()
1759 ceph_calc_file_object_mapping(&ci->i_layout, write_pos, 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()
1774 first = pos != write_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()
1795 u64 first_pos = write_pos; 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()
2020 offset_in_page(write_pos), false, in ceph_sync_write()