Home
last modified time | relevance | path

Searched refs:unlock_block (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/md/persistent-data/
H A Ddm-btree-spine.c117 void unlock_block(struct dm_btree_info *info, struct dm_block *b) in unlock_block() function
137 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()
196 unlock_block(s->info, s->nodes[0]); in shadow_step()
H A Ddm-btree.c152 unlock_block(info, b); in dm_btree_empty()
686 unlock_block(s->info, right); in split_one_into_two()
692 unlock_block(s->info, right); in split_one_into_two()
695 unlock_block(s->info, left); in split_one_into_two()
786 unlock_block(s->info, left); in split_two_into_three()
788 unlock_block(s->info, middle); in split_two_into_three()
791 unlock_block(s->info, right); in split_two_into_three()
799 unlock_block(s->info, middle); in split_two_into_three()
800 unlock_block(s->info, right); in split_two_into_three()
803 unlock_block(s->info, left); in split_two_into_three()
[all …]
H A Ddm-btree-internal.h56 void unlock_block(struct dm_btree_info *info, struct dm_block *b);