Searched refs:bop (Results 1 – 1 of 1) sorted by relevance
122 struct block_op *bop; in brb_push() local132 bop = brb->bops + brb->end; in brb_push()133 bop->type = type; in brb_push()134 bop->b = b; in brb_push()135 bop->e = e; in brb_push()144 struct block_op *bop; in brb_peek() local149 bop = brb->bops + brb->begin; in brb_peek()150 memcpy(result, bop, sizeof(*result)); in brb_peek()220 struct block_op bop; in apply_bops() local222 r = brb_peek(&smm->uncommitted, &bop); in apply_bops()[all …]