Lines Matching refs:item

774  * points to the extent item, and -EAGAIN is returned.
862 "extent item not found for insert, bytenr %llu num_bytes %llu parent %llu root_objectid %llu owner %llu offset %llu",
954 * there is no corresponding back ref item.
956 * ref if there is any kind of item for this block
1426 struct btrfs_extent_item *item;
1452 item = btrfs_item_ptr(leaf, path->slots[0], struct btrfs_extent_item);
1453 refs = btrfs_extent_refs(leaf, item);
1454 btrfs_set_extent_refs(leaf, item, refs + refs_to_add);
1456 __run_delayed_extent_op(extent_op, leaf, item);
1712 * the extent item from the extent tree, when there still are references
1713 * to add, which would fail because they would not find the extent item.
2330 /* If extent item has more than 1 inline ref then it's shared */
2663 struct btrfs_file_extent_item *item;
2676 item = btrfs_item_ptr(eb, i, struct btrfs_file_extent_item);
2677 found_type = btrfs_file_extent_type(eb, item);
2680 if (btrfs_file_extent_disk_bytenr(eb, item) == 0)
2682 key.objectid = btrfs_file_extent_disk_bytenr(eb, item);
2683 key.offset = btrfs_file_extent_disk_num_bytes(eb, item);
2898 * It's either inline in EXTENT/METADATA_ITEM or in keyed SHARED_* item.
2907 * item 0 key (13631488 EXTENT_ITEM 1048576) itemoff 16201 itemsize 82
2923 * item 0 key (13631488 EXTENT_ITEM 1048576) itemoff 16201 itemsize 82
2931 * item 0 key (13631488 EXTENT_ITEM 1048576) itemoff 3971 itemsize 24
2934 * item 2 key (13631488 EXTENT_DATA_REF <HASH>) itemoff 3915 itemsize 28
2948 * item 0 key (13631488 EXTENT_ITEM 1048576) itemoff 3971 itemsize 24
3039 /* Must be SHARED_* item, remove the backref first */
3064 * Couldn't find our skinny metadata item,
3065 * see if we have ye olde extent item.
3127 "invalid extent item size for key (%llu, %u, %llu) owner %llu, has %u expect >= %zu",
3190 "invalid iref, extent item key (%llu %u %llu) doesn't have wanted iref",
3198 * No inline ref, we must be at SHARED_* item,
3205 "invalid SHARED_* item, previous item is not EXTENT/METADATA_ITEM");
5557 /* if we fail to delete the orphan item this time