Lines Matching refs:nodes
66 leaf = path->nodes[0]; in btrfs_insert_file_extent()
107 leaf = path->nodes[0]; in btrfs_lookup_csum()
257 btrfs_item_key_to_cpu(path->nodes[0], &found_key, in __btrfs_lookup_bio_sums()
261 item_size = btrfs_item_size_nr(path->nodes[0], in __btrfs_lookup_bio_sums()
266 item = btrfs_item_ptr(path->nodes[0], path->slots[0], in __btrfs_lookup_bio_sums()
278 read_extent_buffer(path->nodes[0], csum, in __btrfs_lookup_bio_sums()
343 leaf = path->nodes[0]; in btrfs_lookup_csums_range()
356 leaf = path->nodes[0]; in btrfs_lookup_csums_range()
363 leaf = path->nodes[0]; in btrfs_lookup_csums_range()
383 item = btrfs_item_ptr(path->nodes[0], path->slots[0], in btrfs_lookup_csums_range()
403 read_extent_buffer(path->nodes[0], in btrfs_lookup_csums_range()
527 leaf = path->nodes[0]; in truncate_one_csum()
599 leaf = path->nodes[0]; in btrfs_del_csums()
718 leaf = path->nodes[0]; in btrfs_csum_file_blocks()
732 leaf = path->nodes[0]; in btrfs_csum_file_blocks()
742 nritems = btrfs_header_nritems(path->nodes[0]); in btrfs_csum_file_blocks()
751 btrfs_item_key_to_cpu(path->nodes[0], &found_key, slot); in btrfs_csum_file_blocks()
778 leaf = path->nodes[0]; in btrfs_csum_file_blocks()
845 leaf = path->nodes[0]; in btrfs_csum_file_blocks()
865 btrfs_mark_buffer_dirty(path->nodes[0]); in btrfs_csum_file_blocks()
886 struct extent_buffer *leaf = path->nodes[0]; in btrfs_extent_item_to_extent_map()