Home
last modified time | relevance | path

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

/linux-4.19.296/fs/btrfs/tests/
Dextent-buffer-tests.c66 write_extent_buffer(eb, value, btrfs_item_ptr_offset(eb, 0), in test_btrfs_split_item()
101 read_extent_buffer(eb, buf, btrfs_item_ptr_offset(eb, 0), in test_btrfs_split_item()
126 read_extent_buffer(eb, buf, btrfs_item_ptr_offset(eb, 1), in test_btrfs_split_item()
158 read_extent_buffer(eb, buf, btrfs_item_ptr_offset(eb, 0), in test_btrfs_split_item()
182 read_extent_buffer(eb, buf, btrfs_item_ptr_offset(eb, 1), in test_btrfs_split_item()
206 read_extent_buffer(eb, buf, btrfs_item_ptr_offset(eb, 2), in test_btrfs_split_item()
/linux-4.19.296/fs/btrfs/
Duuid-tree.c56 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()
290 offset = btrfs_item_ptr_offset(leaf, slot); in btrfs_uuid_tree_iterate()
Dinode-item.c23 ptr = btrfs_item_ptr_offset(leaf, slot); in btrfs_find_name_in_backref()
53 ptr = btrfs_item_ptr_offset(leaf, slot); in btrfs_find_name_in_ext_backref()
168 item_start = btrfs_item_ptr_offset(leaf, path->slots[0]); in btrfs_del_inode_extref()
234 item_start = btrfs_item_ptr_offset(leaf, path->slots[0]); in btrfs_del_inode_ref()
Droot-tree.c28 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()
Dtree-checker.c407 read_extent_buffer(leaf, &bgi, btrfs_item_ptr_offset(leaf, slot), in check_block_group_item()
473 if (btrfs_item_ptr_offset(leaf, i) == in chunk_err()
941 btrfs_item_ptr_offset(leaf, slot)) { in check_leaf()
946 btrfs_item_ptr_offset(leaf, slot)); in check_leaf()
Dtree-log.c352 src_ptr = btrfs_item_ptr_offset(eb, slot); in overwrite_item()
382 dst_ptr = btrfs_item_ptr_offset(path->nodes[0], path->slots[0]); in overwrite_item()
466 dst_ptr = btrfs_item_ptr_offset(path->nodes[0], in overwrite_item()
673 dest_offset = btrfs_item_ptr_offset(path->nodes[0], in replay_one_extent()
961 ptr = btrfs_item_ptr_offset(path->nodes[0], path->slots[0]); in backref_in_log()
1035 ptr = btrfs_item_ptr_offset(leaf, path->slots[0]); in __add_inode_ref()
1095 base = btrfs_item_ptr_offset(leaf, path->slots[0]); in __add_inode_ref()
1254 ref_ptr = btrfs_item_ptr_offset(eb, path->slots[0]); in unlink_old_inode_refs()
1388 ref_ptr = btrfs_item_ptr_offset(eb, slot); in add_inode_ref()
1584 ptr = btrfs_item_ptr_offset(leaf, path->slots[0]); in count_inode_extrefs()
[all …]
Dfree-space-tree.c300 ptr = btrfs_item_ptr_offset(leaf, path->slots[0]); in convert_free_space_to_bitmaps()
382 ptr = btrfs_item_ptr_offset(leaf, path->slots[0] - 1); in convert_free_space_to_extents()
506 ptr = btrfs_item_ptr_offset(leaf, path->slots[0]); in free_space_test_bit()
535 ptr = btrfs_item_ptr_offset(leaf, path->slots[0]); in free_space_set_bits()
Dprint-tree.c319 print_uuid_item(l, btrfs_item_ptr_offset(l, i), in btrfs_print_leaf()
Ddir-item.c429 start = btrfs_item_ptr_offset(leaf, path->slots[0]); in btrfs_delete_one_dir_name()
Dctree.c4520 read_extent_buffer(leaf, buf, btrfs_item_ptr_offset(leaf, in split_item()
4548 btrfs_item_ptr_offset(leaf, path->slots[0]), in split_item()
4553 btrfs_item_ptr_offset(leaf, slot), in split_item()
4623 btrfs_item_ptr_offset(leaf, path->slots[0]), in btrfs_duplicate_item()
4624 btrfs_item_ptr_offset(leaf, path->slots[0] - 1), in btrfs_duplicate_item()
4703 ptr = btrfs_item_ptr_offset(leaf, slot); in btrfs_truncate_item()
4945 ptr = btrfs_item_ptr_offset(leaf, path->slots[0]); in btrfs_insert_item()
5432 off1 = btrfs_item_ptr_offset(left_path->nodes[0], left_path->slots[0]); in tree_compare_item()
5433 off2 = btrfs_item_ptr_offset(right_path->nodes[0], in tree_compare_item()
Dioctl.c2075 item_off = btrfs_item_ptr_offset(leaf, i); in copy_to_sk()
2547 item_off = btrfs_item_ptr_offset(leaf, slot); in btrfs_search_path_in_tree_user()
2750 item_off = btrfs_item_ptr_offset(leaf, slot) in btrfs_ioctl_get_subvol_info()
3935 btrfs_item_ptr_offset(path->nodes[0], in clone_copy_inline_extent()
4073 btrfs_item_ptr_offset(leaf, slot), in btrfs_clone()
4149 btrfs_item_ptr_offset(leaf, slot), in btrfs_clone()
Dbackref.c1617 ptr = btrfs_item_ptr_offset(leaf, path->slots[0]);
2133 ptr = btrfs_item_ptr_offset(eb, slot);
Dfile-item.c695 item_offset = btrfs_item_ptr_offset(leaf, in btrfs_del_csums()
Dsend.c917 ptr = btrfs_item_ptr_offset(eb, slot); in iterate_inode_ref()
3670 ptr = btrfs_item_ptr_offset(leaf, slot); in is_ancestor()
6539 ptr = btrfs_item_ptr_offset(leaf, path->slots[0]); in compare_refs()
Dextent-tree.c3286 bi = btrfs_item_ptr_offset(leaf, path->slots[0]); in write_one_cache_group()
9615 btrfs_item_ptr_offset(leaf, slot), in find_first_block_group()
10004 btrfs_item_ptr_offset(leaf, path->slots[0]), in btrfs_read_block_groups()
Dctree.h2564 #define btrfs_item_ptr_offset(leaf, slot) \ macro
Drelocation.c3701 ptr = btrfs_item_ptr_offset(eb, path->slots[0]); in add_data_references()
Dvolumes.c4160 btrfs_item_ptr_offset(eb, slot), in btrfs_uuid_scan_kthread()
Dinode.c3792 ptr = btrfs_item_ptr_offset(leaf, path->slots[0]); in btrfs_read_locked_inode()