Lines Matching refs:uncommitted
178 struct bop_ring_buffer uncommitted; member
185 int r = brb_push(&smm->uncommitted, type, b, e); in add_bop()
222 while (!brb_empty(&smm->uncommitted)) { in apply_bops()
225 r = brb_peek(&smm->uncommitted, &bop); in apply_bops()
235 brb_pop(&smm->uncommitted); in apply_bops()
314 for (i = smm->uncommitted.begin; in sm_metadata_get_count()
315 i != smm->uncommitted.end; in sm_metadata_get_count()
316 i = brb_next(&smm->uncommitted, i)) { in sm_metadata_get_count()
317 struct block_op *op = smm->uncommitted.bops + i; in sm_metadata_get_count()
354 for (i = smm->uncommitted.begin; in sm_metadata_count_is_more_than_one()
355 i != smm->uncommitted.end; in sm_metadata_count_is_more_than_one()
356 i = brb_next(&smm->uncommitted, i)) { in sm_metadata_count_is_more_than_one()
358 struct block_op *op = smm->uncommitted.bops + i; in sm_metadata_count_is_more_than_one()
795 brb_init(&smm->uncommitted); in dm_sm_metadata_create()
841 brb_init(&smm->uncommitted); in dm_sm_metadata_open()