Lines Matching defs:forward
1251 int forward;
1277 * to merge with the forward block unless it is NULL.
1284 forward = (info->forw != 0);
1286 error = xfs_da3_path_shift(state, &state->altpath, forward,
1301 * whether to merge with the forward or the backward block.
1310 forward = nodehdr.forw < nodehdr.back;
1311 for (i = 0; i < 2; forward = !forward, i++) {
1313 if (forward)
1342 error = xfs_da3_path_shift(state, &state->altpath, forward,
1345 error = xfs_da3_path_shift(state, &state->path, forward,
1957 * Move a path "forward" or "!forward" one block at the current level.
1960 * "forward" (higher hashvalues) or "!forward" (lower hashvals) in the
1968 int forward,
2000 if (forward && (blk->index < nodehdr.count - 1)) {
2004 } else if (!forward && (blk->index > 0)) {
2061 if (forward)