Searched refs:ext_cur (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.c1156 * pointed by ext_cur (current extent), holecheck_path, orig_path are set
1159 * or the ext_cur exceeds the block_end which is last logical block number.
1161 * specified with the ext_cur (initial value is holecheck_path) re-cursive,
1187 struct ext4_extent *ext_prev, *ext_cur, *ext_dummy; local
1242 ext_cur = holecheck_path[depth].p_ext;
1248 if (le32_to_cpu(ext_cur->ee_block) +
1249 ext4_ext_get_actual_len(ext_cur) - 1 < block_start) {
1255 holecheck_path, &ext_cur);
1266 seq_start = le32_to_cpu(ext_cur->ee_block);
1267 } else if (le32_to_cpu(ext_cur
[all...]

Completed in 106 milliseconds