Searched refs:oext (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.c478 struct ext4_extent *oext, *o_start, *o_end, *prev_ext; local
486 o_start = o_end = oext = orig_path[depth].p_ext;
487 oext_alen = ext4_ext_get_actual_len(oext);
498 * oext |--------|
502 if (le32_to_cpu(oext->ee_block) < le32_to_cpu(new_ext.ee_block) &&
504 le32_to_cpu(oext->ee_block) + oext_alen) {
506 le32_to_cpu(oext->ee_block));
507 start_ext.ee_block = oext->ee_block;
508 copy_extent_status(oext, &start_ext);
509 } else if (oext > EXT_FIRST_EXTEN
660 struct ext4_extent *oext, *dext; local
[all...]

Completed in 83 milliseconds