/Linux-v5.10/fs/btrfs/tests/ |
D | extent-buffer-tests.c | 65 write_extent_buffer(eb, value, btrfs_item_ptr_offset(eb, 0), in test_btrfs_split_item() 100 read_extent_buffer(eb, buf, btrfs_item_ptr_offset(eb, 0), in test_btrfs_split_item() 125 read_extent_buffer(eb, buf, btrfs_item_ptr_offset(eb, 1), in test_btrfs_split_item() 157 read_extent_buffer(eb, buf, btrfs_item_ptr_offset(eb, 0), in test_btrfs_split_item() 181 read_extent_buffer(eb, buf, btrfs_item_ptr_offset(eb, 1), in test_btrfs_split_item() 205 read_extent_buffer(eb, buf, btrfs_item_ptr_offset(eb, 2), in test_btrfs_split_item()
|
/Linux-v5.10/fs/btrfs/ |
D | uuid-tree.c | 56 offset = btrfs_item_ptr_offset(eb, slot); in btrfs_uuid_tree_lookup() 118 offset = btrfs_item_ptr_offset(eb, slot); in btrfs_uuid_tree_add() 127 offset = btrfs_item_ptr_offset(eb, slot); in btrfs_uuid_tree_add() 189 offset = btrfs_item_ptr_offset(eb, slot); in btrfs_uuid_tree_remove() 220 move_len = item_size - (move_src - btrfs_item_ptr_offset(eb, slot)); in btrfs_uuid_tree_remove() 334 offset = btrfs_item_ptr_offset(leaf, slot); in btrfs_uuid_tree_iterate()
|
D | inode-item.c | 23 ptr = btrfs_item_ptr_offset(leaf, slot); in btrfs_find_name_in_backref() 49 ptr = btrfs_item_ptr_offset(leaf, slot); in btrfs_find_name_in_ext_backref() 158 item_start = btrfs_item_ptr_offset(leaf, path->slots[0]); in btrfs_del_inode_extref() 226 item_start = btrfs_item_ptr_offset(leaf, path->slots[0]); in btrfs_del_inode_ref()
|
D | root-tree.c | 29 read_extent_buffer(eb, item, btrfs_item_ptr_offset(eb, slot), in btrfs_read_root_item() 150 ptr = btrfs_item_ptr_offset(l, slot); in btrfs_update_root() 181 ptr = btrfs_item_ptr_offset(l, slot); in btrfs_update_root()
|
D | tree-checker.c | 657 read_extent_buffer(leaf, &bgi, btrfs_item_ptr_offset(leaf, slot), in check_block_group_item() 723 if (btrfs_item_ptr_offset(leaf, i) == in chunk_err() 1079 read_extent_buffer(leaf, &ri, btrfs_item_ptr_offset(leaf, slot), in check_root_item() 1232 end = item_size + btrfs_item_ptr_offset(leaf, slot); in check_extent_item() 1419 unsigned long ptr = btrfs_item_ptr_offset(leaf, slot); in check_extent_data_ref() 1483 ptr = btrfs_item_ptr_offset(leaf, slot); in check_inode_ref() 1683 btrfs_item_ptr_offset(leaf, slot)) { in check_leaf() 1688 btrfs_item_ptr_offset(leaf, slot)); in check_leaf()
|
D | tree-log.c | 363 src_ptr = btrfs_item_ptr_offset(eb, slot); in overwrite_item() 393 dst_ptr = btrfs_item_ptr_offset(path->nodes[0], path->slots[0]); in overwrite_item() 476 dst_ptr = btrfs_item_ptr_offset(path->nodes[0], in overwrite_item() 674 dest_offset = btrfs_item_ptr_offset(path->nodes[0], in replay_one_extent() 1016 ptr = btrfs_item_ptr_offset(leaf, path->slots[0]); in __add_inode_ref() 1077 base = btrfs_item_ptr_offset(leaf, path->slots[0]); in __add_inode_ref() 1233 ref_ptr = btrfs_item_ptr_offset(eb, path->slots[0]); in unlink_old_inode_refs() 1418 ref_ptr = btrfs_item_ptr_offset(eb, slot); in add_inode_ref() 1601 ptr = btrfs_item_ptr_offset(leaf, path->slots[0]); in count_inode_extrefs() 1653 ptr = btrfs_item_ptr_offset(path->nodes[0], path->slots[0]); in count_inode_refs() [all …]
|
D | free-space-tree.c | 306 ptr = btrfs_item_ptr_offset(leaf, path->slots[0]); in convert_free_space_to_bitmaps() 389 ptr = btrfs_item_ptr_offset(leaf, path->slots[0] - 1); in convert_free_space_to_extents() 513 ptr = btrfs_item_ptr_offset(leaf, path->slots[0]); in free_space_test_bit() 542 ptr = btrfs_item_ptr_offset(leaf, path->slots[0]); in free_space_set_bits()
|
D | reflink.c | 263 btrfs_item_ptr_offset(path->nodes[0], in clone_copy_inline_extent() 416 read_extent_buffer(leaf, buf, btrfs_item_ptr_offset(leaf, slot), in btrfs_clone()
|
D | print-tree.c | 357 print_uuid_item(l, btrfs_item_ptr_offset(l, i), in btrfs_print_leaf()
|
D | dir-item.c | 429 start = btrfs_item_ptr_offset(leaf, path->slots[0]); in btrfs_delete_one_dir_name()
|
D | backref.c | 1638 ptr = btrfs_item_ptr_offset(leaf, path->slots[0]); 2147 ptr = btrfs_item_ptr_offset(eb, slot); 2364 iter->item_ptr = (u32)btrfs_item_ptr_offset(path->nodes[0], 2404 iter->cur_ptr = (u32)btrfs_item_ptr_offset(path->nodes[0], 2469 iter->item_ptr = (u32)btrfs_item_ptr_offset(path->nodes[0],
|
D | ctree.c | 4491 read_extent_buffer(leaf, buf, btrfs_item_ptr_offset(leaf, in split_item() 4519 btrfs_item_ptr_offset(leaf, path->slots[0]), in split_item() 4524 btrfs_item_ptr_offset(leaf, slot), in split_item() 4592 btrfs_item_ptr_offset(leaf, path->slots[0]), in btrfs_duplicate_item() 4593 btrfs_item_ptr_offset(leaf, path->slots[0] - 1), in btrfs_duplicate_item() 4669 ptr = btrfs_item_ptr_offset(leaf, slot); in btrfs_truncate_item() 4918 ptr = btrfs_item_ptr_offset(leaf, path->slots[0]); in btrfs_insert_item()
|
D | block-group.c | 1562 read_extent_buffer(leaf, &bg, btrfs_item_ptr_offset(leaf, slot), in read_bg_from_eb() 1880 read_extent_buffer(leaf, &bgi, btrfs_item_ptr_offset(leaf, slot), in read_block_group_item() 2337 bi = btrfs_item_ptr_offset(leaf, path->slots[0]); in update_block_group_item()
|
D | file-item.c | 798 item_offset = btrfs_item_ptr_offset(leaf, in btrfs_del_csums()
|
D | send.c | 924 ptr = btrfs_item_ptr_offset(eb, slot); in iterate_inode_ref() 3643 ptr = btrfs_item_ptr_offset(leaf, slot); in is_ancestor() 6556 ptr = btrfs_item_ptr_offset(leaf, path->slots[0]); in compare_refs() 6764 off1 = btrfs_item_ptr_offset(left_path->nodes[0], left_path->slots[0]); in tree_compare_item() 6765 off2 = btrfs_item_ptr_offset(right_path->nodes[0], in tree_compare_item()
|
D | ioctl.c | 2066 item_off = btrfs_item_ptr_offset(leaf, i); in copy_to_sk() 2533 item_off = btrfs_item_ptr_offset(leaf, slot); in btrfs_search_path_in_tree_user() 2734 item_off = btrfs_item_ptr_offset(leaf, slot) in btrfs_ioctl_get_subvol_info()
|
D | file.c | 2543 btrfs_item_ptr_offset(leaf, slot), in btrfs_insert_replace_extent()
|
D | ctree.h | 2474 #define btrfs_item_ptr_offset(leaf, slot) \ macro
|
D | inode.c | 2560 btrfs_item_ptr_offset(leaf, path->slots[0]), in insert_reserved_file_extent() 3406 ptr = btrfs_item_ptr_offset(leaf, path->slots[0]); in btrfs_read_locked_inode()
|
D | volumes.c | 4431 btrfs_item_ptr_offset(eb, slot), in btrfs_uuid_scan_kthread()
|