Lines Matching defs:forward
1263 int forward;
1289 * to merge with the forward block unless it is NULL.
1296 forward = (info->forw != 0);
1298 error = xfs_da3_path_shift(state, &state->altpath, forward,
1313 * whether to merge with the forward or the backward block.
1322 forward = nodehdr.forw < nodehdr.back;
1323 for (i = 0; i < 2; forward = !forward, i++) {
1325 if (forward)
1354 error = xfs_da3_path_shift(state, &state->altpath, forward,
1357 error = xfs_da3_path_shift(state, &state->path, forward,
1969 * Move a path "forward" or "!forward" one block at the current level.
1972 * "forward" (higher hashvalues) or "!forward" (lower hashvals) in the
1980 int forward,
2012 if (forward && (blk->index < nodehdr.count - 1)) {
2016 } else if (!forward && (blk->index > 0)) {
2073 if (forward)