Home
last modified time | relevance | path

Searched refs:DEVFL_GDALLOC (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/block/aoe/
H A Daoeblk.c342 if (d->flags & DEVFL_GDALLOC in aoeblk_gdalloc()
383 WARN_ON(!(d->flags & DEVFL_GDALLOC)); in aoeblk_gdalloc()
403 d->flags &= ~DEVFL_GDALLOC; in aoeblk_gdalloc()
H A Daoe.h77 DEVFL_GDALLOC = (1<<3), /* need to alloc gendisk */ enumerator
H A Daoedev.c312 skipflags = DEVFL_GDALLOC | DEVFL_NEWSIZE | DEVFL_TKILL; in flush()
H A Daoecmd.c901 if (d->flags & DEVFL_GDALLOC) in aoecmd_sleepwork()
973 if (d->flags & (DEVFL_GDALLOC|DEVFL_NEWSIZE)) in ataid_complete()
978 d->flags |= DEVFL_GDALLOC; in ataid_complete()