Searched refs:unlock_block (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/drivers/md/persistent-data/ |
D | dm-btree-spine.c | 116 void unlock_block(struct dm_btree_info *info, struct dm_block *b) in unlock_block() function 136 unlock_block(s->info, s->nodes[i]); in exit_ro_spine() 145 unlock_block(s->info, s->nodes[0]); in ro_step() 161 unlock_block(s->info, s->nodes[s->count]); in ro_pop() 187 unlock_block(s->info, s->nodes[i]); in exit_shadow_spine() 197 unlock_block(s->info, s->nodes[0]); in shadow_step()
|
D | dm-btree.c | 149 unlock_block(info, b); in dm_btree_empty() 677 unlock_block(s->info, right); in split_one_into_two() 683 unlock_block(s->info, right); in split_one_into_two() 686 unlock_block(s->info, left); in split_one_into_two() 777 unlock_block(s->info, left); in split_two_into_three() 779 unlock_block(s->info, middle); in split_two_into_three() 782 unlock_block(s->info, right); in split_two_into_three() 790 unlock_block(s->info, middle); in split_two_into_three() 791 unlock_block(s->info, right); in split_two_into_three() 794 unlock_block(s->info, left); in split_two_into_three() [all …]
|
D | dm-btree-internal.h | 55 void unlock_block(struct dm_btree_info *info, struct dm_block *b);
|