Home
last modified time | relevance | path

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

/drivers/md/persistent-data/
A Ddm-space-map-metadata.c178 struct bop_ring_buffer uncommitted; member
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()
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()
795 brb_init(&smm->uncommitted); in dm_sm_metadata_create()
[all …]

Completed in 4 milliseconds