Home
last modified time | relevance | path

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

/openbmc/linux/drivers/md/persistent-data/
H A Ddm-space-map-disk.c32 dm_block_t nr_allocated_this_transaction; member
62 *count = (smd->old_ll.nr_blocks - smd->old_ll.nr_allocated) - smd->nr_allocated_this_transaction; in sm_disk_get_nr_free()
99 smd->nr_allocated_this_transaction += nr_allocations; in sm_disk_set_count()
112 smd->nr_allocated_this_transaction += nr_allocations; in sm_disk_inc_blocks()
125 smd->nr_allocated_this_transaction += nr_allocations; in sm_disk_dec_blocks()
153 smd->nr_allocated_this_transaction += nr_allocations; in sm_disk_new_block()
168 smd->nr_allocated_this_transaction = 0; in sm_disk_commit()
228 smd->nr_allocated_this_transaction = 0; in dm_sm_disk_create()
262 smd->nr_allocated_this_transaction = 0; in dm_sm_disk_open()