Home
last modified time | relevance | path

Searched refs:slot_key (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/btrfs/
H A Dfile.c996 struct btrfs_key slot_key; in __btrfs_drop_extents() local
998 btrfs_item_key_to_cpu(leaf, &slot_key, path->slots[0]); in __btrfs_drop_extents()
999 if (btrfs_comp_cpu_keys(&key, &slot_key) > 0) in __btrfs_drop_extents()
/kernel/linux/linux-6.6/fs/btrfs/
H A Dfile.c533 struct btrfs_key slot_key; in btrfs_drop_extents() local
535 btrfs_item_key_to_cpu(leaf, &slot_key, path->slots[0]); in btrfs_drop_extents()
536 if (btrfs_comp_cpu_keys(&key, &slot_key) > 0) in btrfs_drop_extents()

Completed in 11 milliseconds