Lines Matching refs:nodes

41 	fi = btrfs_item_ptr(path.nodes[0], path.slots[0],  in btrfs_readlink()
43 if (btrfs_file_extent_type(path.nodes[0], fi) != in btrfs_readlink()
49 if (btrfs_file_extent_compression(path.nodes[0], fi) != in btrfs_readlink()
55 if (btrfs_file_extent_ram_bytes(path.nodes[0], fi) >= in btrfs_readlink()
59 ino, btrfs_file_extent_ram_bytes(path.nodes[0], fi)); in btrfs_readlink()
62 read_extent_buffer(path.nodes[0], target, in btrfs_readlink()
64 btrfs_file_extent_ram_bytes(path.nodes[0], fi)); in btrfs_readlink()
65 ret = btrfs_file_extent_ram_bytes(path.nodes[0], fi); in btrfs_readlink()
100 btrfs_item_key_to_cpu(path.nodes[0], &key, path.slots[0]); in lookup_root_ref()
101 root_ref = btrfs_item_ptr(path.nodes[0], path.slots[0], in lookup_root_ref()
104 *dir_ret = btrfs_root_ref_dirid(path.nodes[0], root_ref); in lookup_root_ref()
172 btrfs_item_key_to_cpu(path.nodes[0], &key, path.slots[0]); in get_parent_inode()
232 btrfs_dir_item_key_to_cpu(path.nodes[0], dir_item, key_ret); in resolve_one_filename()
233 *type_ret = btrfs_dir_type(path.nodes[0], dir_item); in resolve_one_filename()
364 struct extent_buffer *leaf = path->nodes[0]; in btrfs_read_extent_inline()
424 struct extent_buffer *leaf = path->nodes[0]; in btrfs_read_extent_reg()
558 btrfs_item_key_to_cpu(path->nodes[0], &key, path->slots[0]); in lookup_data_extent()
563 fi = btrfs_item_ptr(path->nodes[0], path->slots[0], in lookup_data_extent()
565 extent_type = btrfs_file_extent_type(path->nodes[0], fi); in lookup_data_extent()
576 btrfs_file_extent_num_bytes(path->nodes[0], fi) > file_offset) in lookup_data_extent()
587 btrfs_item_key_to_cpu(path->nodes[0], &key, path->slots[0]); in lookup_data_extent()
588 fi = btrfs_item_ptr(path->nodes[0], path->slots[0], in lookup_data_extent()
603 btrfs_file_extent_num_bytes(path->nodes[0], fi) > file_offset) in lookup_data_extent()
613 btrfs_item_key_to_cpu(path->nodes[0], &key, path->slots[0]); in lookup_data_extent()
626 struct extent_buffer *leaf = path->nodes[0]; in read_and_truncate_page()
690 fi = btrfs_item_ptr(path.nodes[0], path.slots[0], in btrfs_file_read()
732 fi = btrfs_item_ptr(path.nodes[0], path.slots[0], in btrfs_file_read()
734 btrfs_item_key_to_cpu(path.nodes[0], &key, path.slots[0]); in btrfs_file_read()
735 type = btrfs_file_extent_type(path.nodes[0], fi); in btrfs_file_read()
742 btrfs_file_extent_disk_bytenr(path.nodes[0], fi) == 0) { in btrfs_file_read()
744 path.nodes[0], fi); in btrfs_file_read()
749 extent_num_bytes = btrfs_file_extent_num_bytes(path.nodes[0], in btrfs_file_read()
767 fi = btrfs_item_ptr(path.nodes[0], path.slots[0], in btrfs_file_read()