Searched refs:tmp_dext (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext4/
H A Dmove_extent.c571 * @tmp_dext: the extent that will belong to the original inode
580 mext_calc_swap_extents(struct ext4_extent *tmp_dext, argument
596 if (orig_off < le32_to_cpu(tmp_dext->ee_block) ||
597 le32_to_cpu(tmp_dext->ee_block) +
598 ext4_ext_get_actual_len(tmp_dext) - 1 < orig_off)
601 dext_old = *tmp_dext;
604 /* When tmp_dext is too large, pick up the target range. */
605 diff = donor_off - le32_to_cpu(tmp_dext->ee_block);
607 ext4_ext_store_pblock(tmp_dext, ext_pblock(tmp_dext)
661 struct ext4_extent tmp_dext, tmp_oext; local
[all...]

Completed in 49 milliseconds