Lines Matching defs:other
405 * address. If no such entry exists, then NULL is returned and the other
407 * returned and other pointers are left untouched.
494 struct extent_state *other;
502 other = rb_entry(other_node, struct extent_state, rb_node);
503 if (other->end == state->start - 1 &&
504 other->state == state->state) {
508 state, other);
509 state->start = other->start;
510 rb_erase(&other->rb_node, &tree->state);
511 RB_CLEAR_NODE(&other->rb_node);
512 free_extent_state(other);
517 other = rb_entry(other_node, struct extent_state, rb_node);
518 if (other->start == state->end + 1 &&
519 other->state == state->state) {
523 state, other);
524 state->end = other->end;
525 rb_erase(&other->rb_node, &tree->state);
526 RB_CLEAR_NODE(&other->rb_node);
527 free_extent_state(other);
725 * cover our input range and don't cover too any other range.
987 * cover our input range and don't cover too any other range.
2794 * unlock the page if there are no other extents locked for it
3258 * pages that belong to the other range that points to extent X.
3525 * compressed and inline extents are written through other
4069 * Allowing existing tree block to be allocated for other trees.
4161 * The nr_to_write == LONG_MAX is needed to make sure other flushers do
4606 * extents won't get merged with each other
5132 * before the other task finishes executing free_extent_buffer,