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

/linux-master/fs/btrfs/tests/
H A Dextent-buffer-tests.c69 write_extent_buffer(eb, value, btrfs_item_ptr_offset(eb, 0),
103 read_extent_buffer(eb, buf, btrfs_item_ptr_offset(eb, 0),
127 read_extent_buffer(eb, buf, btrfs_item_ptr_offset(eb, 1),
158 read_extent_buffer(eb, buf, btrfs_item_ptr_offset(eb, 0),
181 read_extent_buffer(eb, buf, btrfs_item_ptr_offset(eb, 1),
204 read_extent_buffer(eb, buf, btrfs_item_ptr_offset(eb, 2),
/linux-master/fs/btrfs/
H A Duuid-tree.c58 offset = btrfs_item_ptr_offset(eb, slot);
120 offset = btrfs_item_ptr_offset(eb, slot);
129 offset = btrfs_item_ptr_offset(eb, slot);
190 offset = btrfs_item_ptr_offset(eb, slot);
221 move_len = item_size - (move_src - btrfs_item_ptr_offset(eb, slot));
335 offset = btrfs_item_ptr_offset(leaf, slot);
H A Droot-tree.c33 read_extent_buffer(eb, item, btrfs_item_ptr_offset(eb, slot),
160 ptr = btrfs_item_ptr_offset(l, slot);
191 ptr = btrfs_item_ptr_offset(l, slot);
H A Dinode-item.c29 ptr = btrfs_item_ptr_offset(leaf, slot);
56 ptr = btrfs_item_ptr_offset(leaf, slot);
164 item_start = btrfs_item_ptr_offset(leaf, path->slots[0]);
228 item_start = btrfs_item_ptr_offset(leaf, path->slots[0]);
H A Dtree-checker.c689 read_extent_buffer(leaf, &bgi, btrfs_item_ptr_offset(leaf, slot),
770 if (btrfs_item_ptr_offset(leaf, i) ==
1183 read_extent_buffer(leaf, &ri, btrfs_item_ptr_offset(leaf, slot),
1352 end = item_size + btrfs_item_ptr_offset(leaf, slot);
1595 unsigned long ptr = btrfs_item_ptr_offset(leaf, slot);
1651 ptr = btrfs_item_ptr_offset(leaf, slot);
1906 if (unlikely(btrfs_item_ptr_offset(leaf, slot) <
1912 btrfs_item_ptr_offset(leaf, slot));
H A Dtree-log.c397 src_ptr = btrfs_item_ptr_offset(eb, slot);
427 dst_ptr = btrfs_item_ptr_offset(path->nodes[0], path->slots[0]);
510 dst_ptr = btrfs_item_ptr_offset(path->nodes[0],
726 dest_offset = btrfs_item_ptr_offset(path->nodes[0],
1086 ptr = btrfs_item_ptr_offset(leaf, path->slots[0]);
1136 base = btrfs_item_ptr_offset(leaf, path->slots[0]);
1285 ref_ptr = btrfs_item_ptr_offset(eb, path->slots[0]);
1364 ref_ptr = btrfs_item_ptr_offset(eb, slot);
1505 ptr = btrfs_item_ptr_offset(leaf, path->slots[0]);
1556 ptr = btrfs_item_ptr_offset(pat
[all...]
H A Ddir-item.c439 start = btrfs_item_ptr_offset(leaf, path->slots[0]);
H A Dprint-tree.c380 print_uuid_item(l, btrfs_item_ptr_offset(l, i),
H A Dfree-space-tree.c324 ptr = btrfs_item_ptr_offset(leaf, path->slots[0]);
406 ptr = btrfs_item_ptr_offset(leaf, path->slots[0] - 1);
530 ptr = btrfs_item_ptr_offset(leaf, path->slots[0]);
560 ptr = btrfs_item_ptr_offset(leaf, path->slots[0]);
H A Dreflink.c280 btrfs_item_ptr_offset(path->nodes[0],
454 read_extent_buffer(leaf, buf, btrfs_item_ptr_offset(leaf, slot),
H A Dctree.c3930 read_extent_buffer(leaf, buf, btrfs_item_ptr_offset(leaf,
3954 btrfs_item_ptr_offset(leaf, path->slots[0]),
3959 btrfs_item_ptr_offset(leaf, slot),
4068 ptr = btrfs_item_ptr_offset(leaf, slot);
4330 ptr = btrfs_item_ptr_offset(leaf, path->slots[0]);
4366 btrfs_item_ptr_offset(leaf, path->slots[0]),
4367 btrfs_item_ptr_offset(leaf, path->slots[0] - 1),
H A Dbackref.c2106 ptr = btrfs_item_ptr_offset(leaf, path->slots[0]);
2683 ptr = btrfs_item_ptr_offset(eb, slot);
2905 iter->item_ptr = (u32)btrfs_item_ptr_offset(path->nodes[0],
2945 iter->cur_ptr = (u32)btrfs_item_ptr_offset(path->nodes[0],
3020 iter->item_ptr = (u32)btrfs_item_ptr_offset(path->nodes[0],
H A Daccessors.h1055 #define btrfs_item_ptr_offset(leaf, slot) \ macro
H A Dfile-item.c974 item_offset = btrfs_item_ptr_offset(leaf,
H A Dblock-group.c1999 read_extent_buffer(leaf, &bg, btrfs_item_ptr_offset(leaf, slot),
2504 read_extent_buffer(leaf, &bgi, btrfs_item_ptr_offset(leaf, slot),
3079 bi = btrfs_item_ptr_offset(leaf, path->slots[0]);
H A Dioctl.c1599 item_off = btrfs_item_ptr_offset(leaf, i);
2057 item_off = btrfs_item_ptr_offset(leaf, slot);
2253 item_off = btrfs_item_ptr_offset(leaf, slot)
H A Dsend.c1033 ptr = btrfs_item_ptr_offset(eb, slot);
3939 ptr = btrfs_item_ptr_offset(leaf, slot);
7192 ptr = btrfs_item_ptr_offset(leaf, path->slots[0]);
7552 off1 = btrfs_item_ptr_offset(left_path->nodes[0], left_path->slots[0]);
7553 off2 = btrfs_item_ptr_offset(right_path->nodes[0],
H A Dfile.c2283 btrfs_item_ptr_offset(leaf, slot),
H A Dinode.c2944 btrfs_item_ptr_offset(leaf, path->slots[0]),
3900 ptr = btrfs_item_ptr_offset(leaf, path->slots[0]);
H A Dvolumes.c4832 btrfs_item_ptr_offset(eb, slot),

Completed in 938 milliseconds