Searched refs:holecheck_path (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
1158 * 2:Continue step 3 to step 5, until the holecheck_path points to last_extent
1161 * specified with the ext_cur (initial value is holecheck_path) re-cursive,
1171 * 5:Update holecheck_path and orig_path to points a next proceeding extent,
1173 * 6:Release holecheck_path, orig_path and set the len to moved_len
1186 struct ext4_ext_path *orig_path = NULL, *holecheck_path = NULL; local
1237 ret1 = get_ext_path(orig_inode, block_start, &holecheck_path);
1242 ext_cur = holecheck_path[depth].p_ext;
1255 holecheck_path, &ext_cur);
1294 last_extent = mext_next_extent(orig_inode, holecheck_path,
[all...]

Completed in 54 milliseconds