Home
last modified time | relevance | path

Searched refs:btrfs_item_ptr_offset (Results 1 – 20 of 20) sorted by relevance

/Linux-v6.6/fs/btrfs/tests/
Dextent-buffer-tests.c65 write_extent_buffer(eb, value, btrfs_item_ptr_offset(eb, 0), in test_btrfs_split_item()
99 read_extent_buffer(eb, buf, btrfs_item_ptr_offset(eb, 0), in test_btrfs_split_item()
123 read_extent_buffer(eb, buf, btrfs_item_ptr_offset(eb, 1), in test_btrfs_split_item()
154 read_extent_buffer(eb, buf, btrfs_item_ptr_offset(eb, 0), in test_btrfs_split_item()
177 read_extent_buffer(eb, buf, btrfs_item_ptr_offset(eb, 1), in test_btrfs_split_item()
200 read_extent_buffer(eb, buf, btrfs_item_ptr_offset(eb, 2), in test_btrfs_split_item()
/Linux-v6.6/fs/btrfs/
Duuid-tree.c59 offset = btrfs_item_ptr_offset(eb, slot); in btrfs_uuid_tree_lookup()
121 offset = btrfs_item_ptr_offset(eb, slot); in btrfs_uuid_tree_add()
130 offset = btrfs_item_ptr_offset(eb, slot); in btrfs_uuid_tree_add()
191 offset = btrfs_item_ptr_offset(eb, slot); in btrfs_uuid_tree_remove()
222 move_len = item_size - (move_src - btrfs_item_ptr_offset(eb, slot)); in btrfs_uuid_tree_remove()
336 offset = btrfs_item_ptr_offset(leaf, slot); in btrfs_uuid_tree_iterate()
Droot-tree.c34 read_extent_buffer(eb, item, btrfs_item_ptr_offset(eb, slot), in btrfs_read_root_item()
153 ptr = btrfs_item_ptr_offset(l, slot); in btrfs_update_root()
184 ptr = btrfs_item_ptr_offset(l, slot); in btrfs_update_root()
Dinode-item.c30 ptr = btrfs_item_ptr_offset(leaf, slot); in btrfs_find_name_in_backref()
57 ptr = btrfs_item_ptr_offset(leaf, slot); in btrfs_find_name_in_ext_backref()
165 item_start = btrfs_item_ptr_offset(leaf, path->slots[0]); in btrfs_del_inode_extref()
229 item_start = btrfs_item_ptr_offset(leaf, path->slots[0]); in btrfs_del_inode_ref()
Dtree-checker.c684 read_extent_buffer(leaf, &bgi, btrfs_item_ptr_offset(leaf, slot), in check_block_group_item()
765 if (btrfs_item_ptr_offset(leaf, i) == in chunk_err()
1177 read_extent_buffer(leaf, &ri, btrfs_item_ptr_offset(leaf, slot), in check_root_item()
1331 end = item_size + btrfs_item_ptr_offset(leaf, slot); in check_extent_item()
1547 unsigned long ptr = btrfs_item_ptr_offset(leaf, slot); in check_extent_data_ref()
1603 ptr = btrfs_item_ptr_offset(leaf, slot); in check_inode_ref()
1817 if (unlikely(btrfs_item_ptr_offset(leaf, slot) < in __btrfs_check_leaf()
1823 btrfs_item_ptr_offset(leaf, slot)); in __btrfs_check_leaf()
Dtree-log.c400 src_ptr = btrfs_item_ptr_offset(eb, slot); in overwrite_item()
430 dst_ptr = btrfs_item_ptr_offset(path->nodes[0], path->slots[0]); in overwrite_item()
513 dst_ptr = btrfs_item_ptr_offset(path->nodes[0], in overwrite_item()
729 dest_offset = btrfs_item_ptr_offset(path->nodes[0], in replay_one_extent()
1088 ptr = btrfs_item_ptr_offset(leaf, path->slots[0]); in __add_inode_ref()
1138 base = btrfs_item_ptr_offset(leaf, path->slots[0]); in __add_inode_ref()
1287 ref_ptr = btrfs_item_ptr_offset(eb, path->slots[0]); in unlink_old_inode_refs()
1366 ref_ptr = btrfs_item_ptr_offset(eb, slot); in add_inode_ref()
1508 ptr = btrfs_item_ptr_offset(leaf, path->slots[0]); in count_inode_extrefs()
1560 ptr = btrfs_item_ptr_offset(path->nodes[0], path->slots[0]); in count_inode_refs()
[all …]
Dfree-space-tree.c324 ptr = btrfs_item_ptr_offset(leaf, path->slots[0]); in convert_free_space_to_bitmaps()
406 ptr = btrfs_item_ptr_offset(leaf, path->slots[0] - 1); in convert_free_space_to_extents()
530 ptr = btrfs_item_ptr_offset(leaf, path->slots[0]); in free_space_test_bit()
559 ptr = btrfs_item_ptr_offset(leaf, path->slots[0]); in free_space_set_bits()
Dreflink.c281 btrfs_item_ptr_offset(path->nodes[0], in clone_copy_inline_extent()
455 read_extent_buffer(leaf, buf, btrfs_item_ptr_offset(leaf, slot), in btrfs_clone()
Dprint-tree.c349 print_uuid_item(l, btrfs_item_ptr_offset(l, i), in btrfs_print_leaf()
Ddir-item.c439 start = btrfs_item_ptr_offset(leaf, path->slots[0]); in btrfs_delete_one_dir_name()
Dctree.c4055 read_extent_buffer(leaf, buf, btrfs_item_ptr_offset(leaf, in split_item()
4079 btrfs_item_ptr_offset(leaf, path->slots[0]), in split_item()
4084 btrfs_item_ptr_offset(leaf, slot), in split_item()
4192 ptr = btrfs_item_ptr_offset(leaf, slot); in btrfs_truncate_item()
4445 ptr = btrfs_item_ptr_offset(leaf, path->slots[0]); in btrfs_insert_item()
4481 btrfs_item_ptr_offset(leaf, path->slots[0]), in btrfs_duplicate_item()
4482 btrfs_item_ptr_offset(leaf, path->slots[0] - 1), in btrfs_duplicate_item()
Dbackref.c2106 ptr = btrfs_item_ptr_offset(leaf, path->slots[0]); in btrfs_find_one_extref()
2677 ptr = btrfs_item_ptr_offset(eb, slot); in iterate_inode_extrefs()
2885 iter->item_ptr = (u32)btrfs_item_ptr_offset(path->nodes[0], in btrfs_backref_iter_start()
2925 iter->cur_ptr = (u32)btrfs_item_ptr_offset(path->nodes[0], in btrfs_backref_iter_start()
2992 iter->item_ptr = (u32)btrfs_item_ptr_offset(path->nodes[0], in btrfs_backref_iter_next()
Dblock-group.c1960 read_extent_buffer(leaf, &bg, btrfs_item_ptr_offset(leaf, slot), in read_bg_from_eb()
2472 read_extent_buffer(leaf, &bgi, btrfs_item_ptr_offset(leaf, slot), in btrfs_read_block_groups()
3022 bi = btrfs_item_ptr_offset(leaf, path->slots[0]); in update_block_group_item()
Dfile-item.c977 item_offset = btrfs_item_ptr_offset(leaf, in btrfs_del_csums()
Daccessors.h1069 #define btrfs_item_ptr_offset(leaf, slot) \ macro
Dioctl.c1558 item_off = btrfs_item_ptr_offset(leaf, i); in copy_to_sk()
2016 item_off = btrfs_item_ptr_offset(leaf, slot); in btrfs_search_path_in_tree_user()
2212 item_off = btrfs_item_ptr_offset(leaf, slot) in btrfs_ioctl_get_subvol_info()
Dsend.c1029 ptr = btrfs_item_ptr_offset(eb, slot); in iterate_inode_ref()
3928 ptr = btrfs_item_ptr_offset(leaf, slot); in is_ancestor()
7169 ptr = btrfs_item_ptr_offset(leaf, path->slots[0]); in compare_refs()
7529 off1 = btrfs_item_ptr_offset(left_path->nodes[0], left_path->slots[0]); in tree_compare_item()
7530 off2 = btrfs_item_ptr_offset(right_path->nodes[0], in tree_compare_item()
Dfile.c2268 btrfs_item_ptr_offset(leaf, slot), in btrfs_insert_replace_extent()
Dinode.c2912 btrfs_item_ptr_offset(leaf, path->slots[0]), in insert_reserved_file_extent()
3845 ptr = btrfs_item_ptr_offset(leaf, path->slots[0]); in btrfs_read_locked_inode()
Dvolumes.c4689 btrfs_item_ptr_offset(eb, slot), in btrfs_uuid_scan_kthread()