Lines Matching refs:orig_off
582 ext4_lblk_t orig_off, ext4_lblk_t donor_off, in mext_calc_swap_extents() argument
588 BUG_ON(orig_off != donor_off); in mext_calc_swap_extents()
591 if (orig_off < le32_to_cpu(tmp_oext->ee_block) || in mext_calc_swap_extents()
593 ext4_ext_get_actual_len(tmp_oext) - 1 < orig_off) in mext_calc_swap_extents()
596 if (orig_off < le32_to_cpu(tmp_dext->ee_block) || in mext_calc_swap_extents()
598 ext4_ext_get_actual_len(tmp_dext) - 1 < orig_off) in mext_calc_swap_extents()
615 orig_diff = orig_off - le32_to_cpu(tmp_oext->ee_block); in mext_calc_swap_extents()
662 ext4_lblk_t orig_off = from, donor_off = from; in mext_replace_branches() local
671 *err = get_ext_path(orig_inode, orig_off, &orig_path); in mext_replace_branches()
687 *err = mext_calc_swap_extents(&tmp_dext, &tmp_oext, orig_off, in mext_replace_branches()
712 orig_path, &tmp_dext, &orig_off); in mext_replace_branches()
725 orig_off += dext_alen; in mext_replace_branches()
733 *err = get_ext_path(orig_inode, orig_off, &orig_path); in mext_replace_branches()
749 *err = mext_calc_swap_extents(&tmp_dext, &tmp_oext, orig_off, in mext_replace_branches()