Lines Matching full:dm_block
325 * dm_block_manager and struct dm_block map directly onto a couple of
330 static struct dm_buffer *to_buffer(struct dm_block *b) in to_buffer()
335 dm_block_t dm_block_location(struct dm_block *b) in dm_block_location()
341 void *dm_block_data(struct dm_block *b) in dm_block_data()
369 aux->validator->prepare_for_write(aux->validator, (struct dm_block *) buf, in dm_block_manager_write_callback()
451 r = v->check(v, (struct dm_block *) buf, dm_bufio_get_block_size(bm->bufio)); in dm_bm_validate_buffer()
471 struct dm_block **result) in dm_bm_read_lock()
504 struct dm_block **result) in dm_bm_write_lock()
540 struct dm_block **result) in dm_bm_read_try_lock()
573 struct dm_block **result) in dm_bm_write_lock_zero()
602 void dm_bm_unlock(struct dm_block *b) in dm_bm_unlock()