Searched refs:other (Results 1 – 2 of 2) sorted by relevance
75 struct extent_state *other; in merge_state() local83 other = container_of(other_node, struct extent_state, in merge_state()85 if (other->end == state->start - 1 && in merge_state()86 other->state == state->state) { in merge_state()87 state->start = other->start; in merge_state()90 btrfs_free_extent_state(other); in merge_state()95 other = container_of(other_node, struct extent_state, in merge_state()97 if (other->start == state->end + 1 && in merge_state()98 other->state == state->state) { in merge_state()99 other->start = state->start; in merge_state()[all …]
20 As a special exception, if other files instantiate templates or use22 files and link them with other works to produce a work based on these28 This exception does not invalidate any other reasons why a work based on
Completed in 4 milliseconds