Lines Matching defs:offset
132 * Search through the tree for an extent_map with a given offset. If it can't
135 static struct rb_node *__tree_search(struct rb_root *root, u64 offset,
151 if (offset < entry->start)
153 else if (offset >= extent_map_end(entry))
160 while (prev && offset >= extent_map_end(prev_entry)) {
176 while (prev && offset < prev_entry->start) {
287 * @start: logical offset in the file
453 * @start: byte offset to start the search
471 * @start: byte offset to start the search
616 * file offset. Here just do a sanity check.
697 * @start: Start offset of the range.
698 * @end: End offset of the range (inclusive value).
724 /* Make end offset exclusive for use in the loop below. */