Searched refs:uncommitted (Results 1 – 2 of 2) sorted by relevance
167 struct bop_ring_buffer uncommitted; member174 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()[all …]
480 shutdown, or "uncommitted". Again, this is done via rename(2), this