Lines Matching defs:forward
1494 int forward; /* sibling block direction */
1526 * to merge with the forward block unless it is NULL.
1533 forward = (leafhdr.forw != 0);
1535 error = xfs_da3_path_shift(state, &state->altpath, forward, 0,
1545 * whether to merge with the forward or the backward block.
1549 forward = leafhdr.forw < leafhdr.back;
1550 for (i = 0, bp = NULL; i < 2; forward = !forward, i++) {
1553 blkno = forward ? leafhdr.forw : leafhdr.back;
1597 error = xfs_da3_path_shift(state, &state->altpath, forward, 0,
1600 error = xfs_da3_path_shift(state, &state->path, forward, 0,