Searched refs:slot_key (Results 1 – 1 of 1) sorted by relevance
1052 struct btrfs_key slot_key; in __btrfs_drop_extents() local1054 btrfs_item_key_to_cpu(leaf, &slot_key, path->slots[0]); in __btrfs_drop_extents()1055 if (btrfs_comp_cpu_keys(&key, &slot_key) > 0) in __btrfs_drop_extents()