Searched refs:block_entry (Results 1 – 1 of 1) sorted by relevance
| /linux/fs/btrfs/ |
| H A D | ref-verify.c | 66 struct block_entry { struct 81 const struct block_entry *entry = rb_entry(node, struct block_entry, node); in block_entry_bytenr_key_cmp() argument 93 const struct block_entry *new_entry = rb_entry(new, struct block_entry, node); in block_entry_bytenr_cmp() 98 static struct block_entry *insert_block_entry(struct rb_root *root, in insert_block_entry() 99 struct block_entry *be) in insert_block_entry() 104 return rb_entry_safe(node, struct block_entry, node); in insert_block_entry() 107 static struct block_entry *lookup_block_entry(struct rb_root *root, u64 bytenr) in lookup_block_entry() 112 return rb_entry_safe(node, struct block_entry, node); in lookup_block_entry() 217 static void free_block_entry(struct block_entry *be) in free_block_entry() 245 static struct block_entry *add_block_entry(struct btrfs_fs_info *fs_info, in add_block_entry() [all …]
|