Searched refs:bop (Results 1 – 1 of 1) sorted by relevance
124 struct block_op *bop; in brb_push() local134 bop = brb->bops + brb->end; in brb_push()135 bop->type = type; in brb_push()136 bop->b = b; in brb_push()137 bop->e = e; in brb_push()146 struct block_op *bop; in brb_peek() local151 bop = brb->bops + brb->begin; in brb_peek()152 memcpy(result, bop, sizeof(*result)); in brb_peek()223 struct block_op bop; in apply_bops() local225 r = brb_peek(&smm->uncommitted, &bop); in apply_bops()[all …]
Completed in 4 milliseconds