Lines Matching refs:nodes

180 	leaf = path->nodes[0];  in btrfs_insert_hole_extent()
220 leaf = path->nodes[0]; in btrfs_lookup_csum()
295 if (path->nodes[0]) { in search_csum_tree()
296 item = btrfs_item_ptr(path->nodes[0], path->slots[0], in search_csum_tree()
298 btrfs_item_key_to_cpu(path->nodes[0], &key, path->slots[0]); in search_csum_tree()
299 itemsize = btrfs_item_size(path->nodes[0], path->slots[0]); in search_csum_tree()
316 btrfs_item_key_to_cpu(path->nodes[0], &key, path->slots[0]); in search_csum_tree()
317 itemsize = btrfs_item_size(path->nodes[0], path->slots[0]); in search_csum_tree()
326 read_extent_buffer(path->nodes[0], dst, (unsigned long)item, in search_csum_tree()
494 leaf = path->nodes[0]; in btrfs_lookup_csums_list()
523 leaf = path->nodes[0]; in btrfs_lookup_csums_list()
530 leaf = path->nodes[0]; in btrfs_lookup_csums_list()
554 item = btrfs_item_ptr(path->nodes[0], path->slots[0], in btrfs_lookup_csums_list()
574 read_extent_buffer(path->nodes[0], in btrfs_lookup_csums_list()
632 if (path->nodes[0]) { in btrfs_lookup_csums_bitmap()
633 btrfs_item_key_to_cpu(path->nodes[0], &key, path->slots[0]); in btrfs_lookup_csums_bitmap()
650 leaf = path->nodes[0]; in btrfs_lookup_csums_bitmap()
680 leaf = path->nodes[0]; in btrfs_lookup_csums_bitmap()
687 leaf = path->nodes[0]; in btrfs_lookup_csums_bitmap()
707 item = btrfs_item_ptr(path->nodes[0], path->slots[0], in btrfs_lookup_csums_bitmap()
719 read_extent_buffer(path->nodes[0], csum_dest, in btrfs_lookup_csums_bitmap()
835 leaf = path->nodes[0]; in truncate_one_csum()
908 leaf = path->nodes[0]; in btrfs_del_csums()
1021 const u32 nritems = btrfs_header_nritems(path->nodes[0]); in find_next_csum_offset()
1037 btrfs_item_key_to_cpu(path->nodes[0], &found_key, slot); in find_next_csum_offset()
1083 leaf = path->nodes[0]; in btrfs_csum_file_blocks()
1097 leaf = path->nodes[0]; in btrfs_csum_file_blocks()
1144 leaf = path->nodes[0]; in btrfs_csum_file_blocks()
1189 btrfs_header_nritems(path->nodes[0])) { in btrfs_csum_file_blocks()
1241 leaf = path->nodes[0]; in btrfs_csum_file_blocks()
1277 struct extent_buffer *leaf = path->nodes[0]; in btrfs_extent_item_to_extent_map()
1340 const struct extent_buffer *leaf = path->nodes[0]; in btrfs_file_extent_end()