Lines Matching refs:uncommitted
167 struct bop_ring_buffer uncommitted; member
174 int r = brb_push(&smm->uncommitted, type, b); in add_bop()
211 while (!brb_empty(&smm->uncommitted)) { in apply_bops()
214 r = brb_pop(&smm->uncommitted, &bop); in apply_bops()
301 for (i = smm->uncommitted.begin; in sm_metadata_get_count()
302 i != smm->uncommitted.end; in sm_metadata_get_count()
303 i = brb_next(&smm->uncommitted, i)) { in sm_metadata_get_count()
304 struct block_op *op = smm->uncommitted.bops + i; in sm_metadata_get_count()
341 for (i = smm->uncommitted.begin; in sm_metadata_count_is_more_than_one()
342 i != smm->uncommitted.end; in sm_metadata_count_is_more_than_one()
343 i = brb_next(&smm->uncommitted, i)) { in sm_metadata_count_is_more_than_one()
345 struct block_op *op = smm->uncommitted.bops + i; in sm_metadata_count_is_more_than_one()
763 brb_init(&smm->uncommitted); in dm_sm_metadata_create()
813 brb_init(&smm->uncommitted); in dm_sm_metadata_open()