Home
last modified time | relevance | path

Searched refs:cpukey (Results 1 – 1 of 1) sorted by relevance

/fs/btrfs/
Dctree.c667 struct btrfs_key cpukey; in check_node() local
686 btrfs_node_key_to_cpu(node, &cpukey, slot - 1); in check_node()
688 BUG_ON(comp_keys(&node_key, &cpukey) <= 0); in check_node()
691 btrfs_node_key_to_cpu(node, &cpukey, slot + 1); in check_node()
693 BUG_ON(comp_keys(&node_key, &cpukey) >= 0); in check_node()
708 struct btrfs_key cpukey; in check_leaf() local
733 btrfs_item_key_to_cpu(leaf, &cpukey, slot - 1); in check_leaf()
734 if (comp_keys(&leaf_key, &cpukey) <= 0) { in check_leaf()
748 btrfs_item_key_to_cpu(leaf, &cpukey, slot + 1); in check_leaf()
749 BUG_ON(comp_keys(&leaf_key, &cpukey) >= 0); in check_leaf()