Searched refs:block_entry (Results 1 – 1 of 1) sorted by relevance
63 struct block_entry { struct75 static struct block_entry *insert_block_entry(struct rb_root *root, in insert_block_entry() argument76 struct block_entry *be) in insert_block_entry()80 struct block_entry *entry; in insert_block_entry()84 entry = rb_entry(parent_node, struct block_entry, node); in insert_block_entry()98 static struct block_entry *lookup_block_entry(struct rb_root *root, u64 bytenr) in lookup_block_entry()101 struct block_entry *entry = NULL; in lookup_block_entry()105 entry = rb_entry(n, struct block_entry, node); in lookup_block_entry()232 static void free_block_entry(struct block_entry *be) in free_block_entry()260 static struct block_entry *add_block_entry(struct btrfs_fs_info *fs_info, in add_block_entry()[all …]