Searched refs:unlock_block (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.15/drivers/md/persistent-data/ |
| D | dm-btree-spine.c | 118 void unlock_block(struct dm_btree_info *info, struct dm_block *b) in unlock_block() function 138 unlock_block(s->info, s->nodes[i]); in exit_ro_spine() 147 unlock_block(s->info, s->nodes[0]); in ro_step() 163 unlock_block(s->info, s->nodes[s->count]); in ro_pop() 189 unlock_block(s->info, s->nodes[i]); in exit_shadow_spine() 199 unlock_block(s->info, s->nodes[0]); in shadow_step()
|
| D | dm-btree.c | 147 unlock_block(info, b); in dm_btree_empty() 675 unlock_block(s->info, right); in split_one_into_two() 681 unlock_block(s->info, right); in split_one_into_two() 684 unlock_block(s->info, left); in split_one_into_two() 775 unlock_block(s->info, left); in split_two_into_three() 777 unlock_block(s->info, middle); in split_two_into_three() 780 unlock_block(s->info, right); in split_two_into_three() 788 unlock_block(s->info, middle); in split_two_into_three() 789 unlock_block(s->info, right); in split_two_into_three() 792 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);
|