Home
last modified time | relevance | path

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

/linux/fs/btrfs/
H A Dref-verify.c78 static int block_entry_bytenr_key_cmp(const void *key, const struct rb_node *node) in block_entry_bytenr_key_cmp() function
95 return block_entry_bytenr_key_cmp(&new_entry->bytenr, existing); in block_entry_bytenr_cmp()
111 node = rb_find(&bytenr, root, block_entry_bytenr_key_cmp); in lookup_block_entry()