Lines Matching defs:new_key
2612 const struct btrfs_key *new_key)
2623 if (unlikely(btrfs_comp_keys(&disk_key, new_key) >= 0)) {
2630 BTRFS_KEY_FMT_VALUE(new_key));
2636 if (unlikely(btrfs_comp_keys(&disk_key, new_key) <= 0)) {
2643 BTRFS_KEY_FMT_VALUE(new_key));
2648 btrfs_cpu_key_to_disk(&disk_key, new_key);
3927 const struct btrfs_key *new_key,
3964 btrfs_cpu_key_to_disk(&disk_key, new_key);
3994 * giving 'new_key' to the new item and splitting the
4010 const struct btrfs_key *new_key,
4019 ret = split_item(trans, path, new_key, split_offset);
4355 * This function duplicates an item, giving 'new_key' to the new item.
4365 const struct btrfs_key *new_key)
4379 btrfs_setup_item_for_insert(trans, root, path, new_key, item_size);