Searched refs:head_off (Results 1 – 1 of 1) sorted by relevance
1122 loff_t head_off = pos & (align_size - 1); in dax_iomap_copy_around() local1123 size_t size = ALIGN(head_off + length, align_size); in dax_iomap_copy_around()1127 bool copy_all = head_off == 0 && end == pg_end; in dax_iomap_copy_around()1149 if (head_off) { in dax_iomap_copy_around()1151 memset(daddr, 0, head_off); in dax_iomap_copy_around()1153 ret = copy_mc_to_kernel(daddr, saddr, head_off); in dax_iomap_copy_around()1161 loff_t tail_off = head_off + length; in dax_iomap_copy_around()