Searched refs:block_entry (Results 1 – 1 of 1) sorted by relevance
66 struct block_entry { struct78 static struct block_entry *insert_block_entry(struct rb_root *root, in insert_block_entry() argument79 struct block_entry *be) in insert_block_entry()83 struct block_entry *entry; in insert_block_entry()87 entry = rb_entry(parent_node, struct block_entry, node); in insert_block_entry()101 static struct block_entry *lookup_block_entry(struct rb_root *root, u64 bytenr) in lookup_block_entry()104 struct block_entry *entry = NULL; in lookup_block_entry()108 entry = rb_entry(n, struct block_entry, node); in lookup_block_entry()235 static void free_block_entry(struct block_entry *be) in free_block_entry()263 static struct block_entry *add_block_entry(struct btrfs_fs_info *fs_info, in add_block_entry()[all …]