Home
last modified time | relevance | path

Searched refs:donor_off (Results 1 – 1 of 1) sorted by relevance

/linux-2.6.39/fs/ext4/
Dmove_extent.c582 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()
605 diff = donor_off - le32_to_cpu(tmp_dext->ee_block); in mext_calc_swap_extents()
662 ext4_lblk_t orig_off = from, donor_off = from; in mext_replace_branches() local
676 *err = get_ext_path(donor_inode, donor_off, &donor_path); in mext_replace_branches()
688 donor_off, count); in mext_replace_branches()
700 } else if (donor_off != le32_to_cpu(tmp_dext.ee_block)) { in mext_replace_branches()
704 donor_off, in mext_replace_branches()
718 donor_path, &tmp_oext, &donor_off); in mext_replace_branches()
724 donor_off += dext_alen; in mext_replace_branches()
[all …]