Searched refs:bop (Results 1 – 2 of 2) sorted by relevance
120 struct block_op *bop; in brb_push() local130 bop = brb->bops + brb->end; in brb_push()131 bop->type = type; in brb_push()132 bop->block = b; in brb_push()141 struct block_op *bop; in brb_pop() local146 bop = brb->bops + brb->begin; in brb_pop()147 result->type = bop->type; in brb_pop()148 result->block = bop->block; in brb_pop()212 struct block_op bop; in apply_bops() local214 r = brb_pop(&smm->uncommitted, &bop); in apply_bops()[all …]
43 unsigned bop :1; /* Beginning Of Partition */ member