Lines Matching refs:uncommitted
176 struct bop_ring_buffer uncommitted; member
183 int r = brb_push(&smm->uncommitted, type, b); in add_bop()
220 while (!brb_empty(&smm->uncommitted)) { in apply_bops()
223 r = brb_peek(&smm->uncommitted, &bop); in apply_bops()
233 brb_pop(&smm->uncommitted); in apply_bops()
312 for (i = smm->uncommitted.begin; in sm_metadata_get_count()
313 i != smm->uncommitted.end; in sm_metadata_get_count()
314 i = brb_next(&smm->uncommitted, i)) { in sm_metadata_get_count()
315 struct block_op *op = smm->uncommitted.bops + i; in sm_metadata_get_count()
352 for (i = smm->uncommitted.begin; in sm_metadata_count_is_more_than_one()
353 i != smm->uncommitted.end; in sm_metadata_count_is_more_than_one()
354 i = brb_next(&smm->uncommitted, i)) { in sm_metadata_count_is_more_than_one()
356 struct block_op *op = smm->uncommitted.bops + i; in sm_metadata_count_is_more_than_one()
773 brb_init(&smm->uncommitted); in dm_sm_metadata_create()
821 brb_init(&smm->uncommitted); in dm_sm_metadata_open()