Lines Matching refs:found_key
410 struct btrfs_key found_key;
417 btrfs_item_key_to_cpu(leaf, &found_key, slot);
418 if (found_key.objectid == location->objectid &&
419 found_key.type == location->type) {
468 struct btrfs_key found_key;
534 btrfs_item_key_to_cpu(leaf, &found_key, path->slots[0]);
535 found_type = found_key.type;
537 if (found_key.objectid != control->ino)
543 item_end = found_key.offset;
555 found_key.offset, extent_type,
564 if (found_key.offset >= new_size)
579 clear_start = found_key.offset;
585 found_key.offset,
598 extent_offset = found_key.offset -
616 u32 size = (u32)(new_size - found_key.offset);
658 control->last_size = found_key.offset;