Lines Matching defs:leaf
223 struct extent_buffer *leaf;
247 * Insert 2K at a time mostly to be friendly for smaller leaf
258 leaf = path->nodes[0];
260 data = btrfs_item_ptr(leaf, path->slots[0], void);
261 write_extent_buffer(leaf, src + src_offset,
302 struct extent_buffer *leaf;
336 leaf = path->nodes[0];
337 btrfs_item_key_to_cpu(leaf, &key, path->slots[0]);
342 item_end = btrfs_item_size(leaf, path->slots[0]) + key.offset;
378 data = btrfs_item_ptr(leaf, path->slots[0], void);
379 read_extent_buffer(leaf, kaddr + dest_offset,
395 * We've reached the last slot in this leaf and we need
396 * to go to the next leaf.