• Home
  • Raw
  • Download

Lines Matching refs:slots

847 	ii = btrfs_item_ptr(path->nodes[0], path->slots[0],  in __get_inode_info()
906 int slot = path->slots[0]; in iterate_inode_ref()
1047 slot = path->slots[0]; in iterate_dir_item()
1169 btrfs_item_key_to_cpu(p->nodes[0], &found_key, p->slots[0]); in get_inode_path()
1345 fi = btrfs_item_ptr(eb, path->slots[0], in find_extent_clone()
1374 ei = btrfs_item_ptr(tmp_path->nodes[0], tmp_path->slots[0], in find_extent_clone()
1527 ei = btrfs_item_ptr(path->nodes[0], path->slots[0], in read_symlink()
1771 path->slots[0]); in get_first_ref()
1781 iref = btrfs_item_ptr(path->nodes[0], path->slots[0], in get_first_ref()
1790 extref = btrfs_item_ptr(path->nodes[0], path->slots[0], in get_first_ref()
2386 btrfs_item_key_to_cpu(leaf, &key, path->slots[0]); in send_subvol_begin()
2392 ref = btrfs_item_ptr(leaf, path->slots[0], struct btrfs_root_ref); in send_subvol_begin()
2563 slot = path->slots[0]; in send_utimes()
2704 slot = path->slots[0]; in did_create_dir()
2732 path->slots[0]++; in did_create_dir()
2979 if (path->slots[0] >= btrfs_header_nritems(path->nodes[0])) { in can_rmdir()
2988 path->slots[0]); in can_rmdir()
2993 di = btrfs_item_ptr(path->nodes[0], path->slots[0], in can_rmdir()
3024 path->slots[0]++; in can_rmdir()
3630 int slot = path->slots[0]; in is_ancestor()
3681 path->slots[0]++; in is_ancestor()
4600 slot = path->slots[0]; in process_all_refs()
4621 path->slots[0]++; in process_all_refs()
4910 slot = path->slots[0]; in process_all_new_xattrs()
4933 path->slots[0]++; in process_all_new_xattrs()
5386 if (ret > 0 && path->slots[0] > 0) { in clone_range()
5387 btrfs_item_key_to_cpu(path->nodes[0], &key, path->slots[0] - 1); in clone_range()
5390 path->slots[0]--; in clone_range()
5395 int slot = path->slots[0]; in clone_range()
5569 path->slots[0]++; in clone_range()
5600 ei = btrfs_item_ptr(path->nodes[0], path->slots[0], in send_write_or_clone()
5641 slot = left_path->slots[0]; in is_extent_unchanged()
5690 slot = path->slots[0]; in is_extent_unchanged()
5773 slot = path->slots[0]; in is_extent_unchanged()
5823 btrfs_item_key_to_cpu(path->nodes[0], &key, path->slots[0]); in get_last_extent()
5853 if (ret > 0 && path->slots[0] > 0) in range_is_hole_in_parent()
5854 path->slots[0]--; in range_is_hole_in_parent()
5858 int slot = path->slots[0]; in range_is_hole_in_parent()
5891 path->slots[0]++; in range_is_hole_in_parent()
5913 if (path->slots[0] == 0 && in maybe_send_hole()
5964 ei = btrfs_item_ptr(path->nodes[0], path->slots[0], in process_extent()
6026 slot = path->slots[0]; in process_all_extents()
6051 path->slots[0]++; in process_all_extents()
6264 int slot = path->slots[0]; in btrfs_unlink_all_paths()
6287 path->slots[0]++; in btrfs_unlink_all_paths()
6335 sctx->left_path->slots[0], in changed_inode()
6341 sctx->right_path->slots[0], in changed_inode()
6348 sctx->right_path->slots[0], in changed_inode()
6620 item_size = btrfs_item_size_nr(leaf, path->slots[0]); in compare_refs()
6621 ptr = btrfs_item_ptr_offset(leaf, path->slots[0]); in compare_refs()
6767 path->slots[path->lowest_level]); in search_key_again()
6802 btrfs_item_key_to_cpu(path->nodes[0], &key, path->slots[0]); in full_send_tree()
6866 int slot = path->slots[*level]; in tree_move_down()
6894 path->slots[*level - 1] = 0; in tree_move_down()
6910 path->slots[*level]++; in tree_move_next_or_upnext()
6912 while (path->slots[*level] >= nritems) { in tree_move_next_or_upnext()
6914 path->slots[*level] = nritems - 1; in tree_move_next_or_upnext()
6919 path->slots[*level] = 0; in tree_move_next_or_upnext()
6923 path->slots[*level]++; in tree_move_next_or_upnext()
6957 path->slots[*level]); in tree_advance()
6960 path->slots[*level]); in tree_advance()
6973 len1 = btrfs_item_size_nr(left_path->nodes[0], left_path->slots[0]); in tree_compare_item()
6974 len2 = btrfs_item_size_nr(right_path->nodes[0], right_path->slots[0]); in tree_compare_item()
6978 off1 = btrfs_item_ptr_offset(left_path->nodes[0], left_path->slots[0]); in tree_compare_item()
6980 right_path->slots[0]); in tree_compare_item()
7213 &left_key, left_path->slots[left_level]); in btrfs_compare_trees()
7216 &left_key, left_path->slots[left_level]); in btrfs_compare_trees()
7219 &right_key, right_path->slots[right_level]); in btrfs_compare_trees()
7222 &right_key, right_path->slots[right_level]); in btrfs_compare_trees()
7341 left_path->slots[left_level]); in btrfs_compare_trees()
7344 right_path->slots[right_level]); in btrfs_compare_trees()
7347 left_path->slots[left_level]); in btrfs_compare_trees()
7350 right_path->slots[right_level]); in btrfs_compare_trees()