Home
last modified time | relevance | path

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

/linux-4.4.14/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.4.14/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()
166 ptr = btrfs_item_ptr_offset(l, slot); in btrfs_update_root()
197 ptr = btrfs_item_ptr_offset(l, slot); in btrfs_update_root()
Dtree-log.c353 src_ptr = btrfs_item_ptr_offset(eb, slot); in overwrite_item()
383 dst_ptr = btrfs_item_ptr_offset(path->nodes[0], path->slots[0]); in overwrite_item()
467 dst_ptr = btrfs_item_ptr_offset(path->nodes[0], in overwrite_item()
672 dest_offset = btrfs_item_ptr_offset(path->nodes[0], in replay_one_extent()
936 ptr = btrfs_item_ptr_offset(path->nodes[0], path->slots[0]); in backref_in_log()
1008 ptr = btrfs_item_ptr_offset(leaf, path->slots[0]); in __add_inode_ref()
1067 base = btrfs_item_ptr_offset(leaf, path->slots[0]); in __add_inode_ref()
1217 ref_ptr = btrfs_item_ptr_offset(eb, slot); in add_inode_ref()
1359 ptr = btrfs_item_ptr_offset(leaf, path->slots[0]); in count_inode_extrefs()
1411 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.c4428 read_extent_buffer(leaf, buf, btrfs_item_ptr_offset(leaf, in split_item()
4456 btrfs_item_ptr_offset(leaf, path->slots[0]), in split_item()
4461 btrfs_item_ptr_offset(leaf, slot), in split_item()
4531 btrfs_item_ptr_offset(leaf, path->slots[0]), in btrfs_duplicate_item()
4532 btrfs_item_ptr_offset(leaf, path->slots[0] - 1), in btrfs_duplicate_item()
4611 ptr = btrfs_item_ptr_offset(leaf, slot); in btrfs_truncate_item()
4852 ptr = btrfs_item_ptr_offset(leaf, path->slots[0]); in btrfs_insert_item()
5302 off1 = btrfs_item_ptr_offset(left_path->nodes[0], left_path->slots[0]); in tree_compare_item()
5303 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.c1371 ptr = btrfs_item_ptr_offset(leaf, path->slots[0]);
1867 ptr = btrfs_item_ptr_offset(eb, slot);
Dfile-item.c652 item_offset = btrfs_item_ptr_offset(leaf, in btrfs_del_csums()
Dioctl.c1967 item_off = btrfs_item_ptr_offset(leaf, i); in copy_to_sk()
3508 btrfs_item_ptr_offset(path->nodes[0], in clone_copy_inline_extent()
3645 btrfs_item_ptr_offset(leaf, slot), in btrfs_clone()
3722 btrfs_item_ptr_offset(leaf, slot), in btrfs_clone()
Dsend.c892 ptr = btrfs_item_ptr_offset(eb, slot); in iterate_inode_ref()
5704 ptr = btrfs_item_ptr_offset(leaf, path->slots[0]); in compare_refs()
Dctree.h3358 #define btrfs_item_ptr_offset(leaf, slot) \ macro
Drelocation.c3672 ptr = btrfs_item_ptr_offset(eb, path->slots[0]);
Dextent-tree.c3276 bi = btrfs_item_ptr_offset(leaf, path->slots[0]); in write_one_cache_group()
9739 btrfs_item_ptr_offset(leaf, path->slots[0]), in btrfs_read_block_groups()
Dvolumes.c4033 btrfs_item_ptr_offset(eb, slot), in btrfs_uuid_scan_kthread()
Dinode.c3723 ptr = btrfs_item_ptr_offset(leaf, path->slots[0]); in btrfs_read_locked_inode()