Home
last modified time | relevance | path

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

/linux-4.1.27/fs/btrfs/tests/
Dextent-buffer-tests.c71 write_extent_buffer(eb, value, btrfs_item_ptr_offset(eb, 0), in test_btrfs_split_item()
106 read_extent_buffer(eb, buf, btrfs_item_ptr_offset(eb, 0), in test_btrfs_split_item()
131 read_extent_buffer(eb, buf, btrfs_item_ptr_offset(eb, 1), in test_btrfs_split_item()
163 read_extent_buffer(eb, buf, btrfs_item_ptr_offset(eb, 0), in test_btrfs_split_item()
187 read_extent_buffer(eb, buf, btrfs_item_ptr_offset(eb, 1), in test_btrfs_split_item()
211 read_extent_buffer(eb, buf, btrfs_item_ptr_offset(eb, 2), in test_btrfs_split_item()
/linux-4.1.27/fs/btrfs/
Duuid-tree.c68 offset = btrfs_item_ptr_offset(eb, slot); in btrfs_uuid_tree_lookup()
128 offset = btrfs_item_ptr_offset(eb, slot); in btrfs_uuid_tree_add()
137 offset = btrfs_item_ptr_offset(eb, slot); in btrfs_uuid_tree_add()
198 offset = btrfs_item_ptr_offset(eb, slot); in btrfs_uuid_tree_rem()
229 move_len = item_size - (move_src - btrfs_item_ptr_offset(eb, slot)); in btrfs_uuid_tree_rem()
299 offset = btrfs_item_ptr_offset(leaf, slot); in btrfs_uuid_tree_iterate()
Dinode-item.c38 ptr = btrfs_item_ptr_offset(leaf, path->slots[0]); in find_name_in_backref()
68 ptr = btrfs_item_ptr_offset(leaf, path->slots[0]); in btrfs_find_name_in_ext_backref()
180 item_start = btrfs_item_ptr_offset(leaf, path->slots[0]); in btrfs_del_inode_extref()
245 item_start = btrfs_item_ptr_offset(leaf, path->slots[0]); in btrfs_del_inode_ref()
Droot-tree.c41 read_extent_buffer(eb, item, btrfs_item_ptr_offset(eb, slot), in btrfs_read_root_item()
165 ptr = btrfs_item_ptr_offset(l, slot); in btrfs_update_root()
196 ptr = btrfs_item_ptr_offset(l, slot); in btrfs_update_root()
Dtree-log.c360 src_ptr = btrfs_item_ptr_offset(eb, slot); in overwrite_item()
390 dst_ptr = btrfs_item_ptr_offset(path->nodes[0], path->slots[0]); in overwrite_item()
474 dst_ptr = btrfs_item_ptr_offset(path->nodes[0], in overwrite_item()
679 dest_offset = btrfs_item_ptr_offset(path->nodes[0], in replay_one_extent()
889 ptr = btrfs_item_ptr_offset(path->nodes[0], path->slots[0]); in backref_in_log()
961 ptr = btrfs_item_ptr_offset(leaf, path->slots[0]); in __add_inode_ref()
1020 base = btrfs_item_ptr_offset(leaf, path->slots[0]); in __add_inode_ref()
1170 ref_ptr = btrfs_item_ptr_offset(eb, slot); in add_inode_ref()
1312 ptr = btrfs_item_ptr_offset(leaf, path->slots[0]); in count_inode_extrefs()
1364 ptr = btrfs_item_ptr_offset(path->nodes[0], path->slots[0]); in count_inode_refs()
[all …]
Dprint-tree.c306 print_uuid_item(l, btrfs_item_ptr_offset(l, i), in btrfs_print_leaf()
Dctree.c4422 read_extent_buffer(leaf, buf, btrfs_item_ptr_offset(leaf, in split_item()
4450 btrfs_item_ptr_offset(leaf, path->slots[0]), in split_item()
4455 btrfs_item_ptr_offset(leaf, slot), in split_item()
4525 btrfs_item_ptr_offset(leaf, path->slots[0]), in btrfs_duplicate_item()
4526 btrfs_item_ptr_offset(leaf, path->slots[0] - 1), in btrfs_duplicate_item()
4605 ptr = btrfs_item_ptr_offset(leaf, slot); in btrfs_truncate_item()
4846 ptr = btrfs_item_ptr_offset(leaf, path->slots[0]); in btrfs_insert_item()
5296 off1 = btrfs_item_ptr_offset(left_path->nodes[0], left_path->slots[0]); in tree_compare_item()
5297 off2 = btrfs_item_ptr_offset(right_path->nodes[0], in tree_compare_item()
Ddir-item.c442 start = btrfs_item_ptr_offset(leaf, path->slots[0]); in btrfs_delete_one_dir_name()
Dbackref.c1323 ptr = btrfs_item_ptr_offset(leaf, path->slots[0]);
1819 ptr = btrfs_item_ptr_offset(eb, slot);
Dfile-item.c652 item_offset = btrfs_item_ptr_offset(leaf, in btrfs_del_csums()
Dioctl.c1957 item_off = btrfs_item_ptr_offset(leaf, i); in copy_to_sk()
3309 btrfs_item_ptr_offset(path->nodes[0], in clone_copy_inline_extent()
3449 btrfs_item_ptr_offset(leaf, slot), in btrfs_clone()
3526 btrfs_item_ptr_offset(leaf, slot), in btrfs_clone()
Dsend.c891 ptr = btrfs_item_ptr_offset(eb, slot); in iterate_inode_ref()
5455 ptr = btrfs_item_ptr_offset(leaf, path->slots[0]); in compare_refs()
Dctree.h3314 #define btrfs_item_ptr_offset(leaf, slot) \ macro
Dextent-tree.c3178 bi = btrfs_item_ptr_offset(leaf, path->slots[0]); in write_one_cache_group()
9384 btrfs_item_ptr_offset(leaf, path->slots[0]), in btrfs_read_block_groups()
Drelocation.c3666 ptr = btrfs_item_ptr_offset(eb, path->slots[0]);
Dvolumes.c3744 btrfs_item_ptr_offset(eb, slot), in btrfs_uuid_scan_kthread()
Dinode.c3662 ptr = btrfs_item_ptr_offset(leaf, path->slots[0]); in btrfs_read_locked_inode()