Home
last modified time | relevance | path

Searched refs:other (Results 1 – 2 of 2) sorted by relevance

/fs/btrfs/
A Dextent-io.c75 struct extent_state *other; in merge_state() local
83 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 …]
/fs/jffs2/
A DLICENCE20 As a special exception, if other files instantiate templates or use
22 files and link them with other works to produce a work based on these
28 This exception does not invalidate any other reasons why a work based on

Completed in 4 milliseconds