Lines Matching refs:nodes
55 iref = btrfs_item_ptr(path.nodes[0], path.slots[0], in get_path_in_subvol()
57 name_len = btrfs_inode_ref_name_len(path.nodes[0], in get_path_in_subvol()
63 read_extent_buffer(path.nodes[0], path_ret, in get_path_in_subvol()
69 btrfs_item_key_to_cpu(path.nodes[0], &key, path.slots[0]); in get_path_in_subvol()
118 rr = btrfs_item_ptr(path.nodes[0], path.slots[0], in list_one_subvol()
121 name_len = btrfs_root_ref_name_len(path.nodes[0], rr); in list_one_subvol()
126 ino = btrfs_root_ref_dirid(path.nodes[0], rr); in list_one_subvol()
127 read_extent_buffer(path.nodes[0], path_ret, in list_one_subvol()
134 btrfs_item_key_to_cpu(path.nodes[0], &key, path.slots[0]); in list_one_subvol()
187 if (path.slots[0] >= btrfs_header_nritems(path.nodes[0])) in list_subvolums()
190 btrfs_item_key_to_cpu(path.nodes[0], &key, path.slots[0]); in list_subvolums()