Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/md/persistent-data/
Ddm-space-map-metadata.c120 struct block_op *bop; in brb_push() local
130 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() local
146 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() local
214 r = brb_pop(&smm->uncommitted, &bop); in apply_bops()
[all …]
/linux-4.1.27/drivers/scsi/
Dosst.h43 unsigned bop :1; /* Beginning Of Partition */ member