Lines Matching defs:b
25 static int ca_get_count(struct count_array *ca, dm_block_t b, uint32_t *count) in ca_get_count()
34 static int ca_count_more_than_one(struct count_array *ca, dm_block_t b, int *r) in ca_count_more_than_one()
43 static int ca_set_count(struct count_array *ca, dm_block_t b, uint32_t count) in ca_set_count()
62 static int ca_inc_block(struct count_array *ca, dm_block_t b) in ca_inc_block()
71 static int ca_dec_block(struct count_array *ca, dm_block_t b) in ca_dec_block()
197 dm_block_t b, n = 0; in sm_checker_get_nr_free() local
210 static int sm_checker_new_block(struct dm_space_map *sm, dm_block_t *b) in sm_checker_new_block()
226 static int sm_checker_inc_block(struct dm_space_map *sm, dm_block_t b) in sm_checker_inc_block()
235 static int sm_checker_dec_block(struct dm_space_map *sm, dm_block_t b) in sm_checker_dec_block()
244 static int sm_checker_get_count(struct dm_space_map *sm, dm_block_t b, uint32_t *result) in sm_checker_get_count()
257 static int sm_checker_count_more_than_one(struct dm_space_map *sm, dm_block_t b, int *result) in sm_checker_count_more_than_one()
270 static int sm_checker_set_count(struct dm_space_map *sm, dm_block_t b, uint32_t count) in sm_checker_set_count()