Home
last modified time | relevance | path

Searched refs:BioEmpty (Results 1 – 5 of 5) sorted by relevance

/plan9/sys/src/cmd/fossil/
H A Dcache.c394 b->iostate = BioEmpty; in cacheBumpBlock()
444 case BioEmpty: in _cacheLocalLookup()
540 if(part == PartData && b->iostate == BioEmpty){ in _cacheLocal()
567 case BioEmpty: in _cacheLocal()
579 blockSetIOState(b, BioEmpty); in _cacheLocal()
680 case BioEmpty: in cacheGlobal()
942 case BioEmpty: in blockPut()
1268 case BioEmpty: in blockSetIOState()
1683 case BioEmpty: in bioStr()
H A Ddat.h211 BioEmpty, /* label & data are not valid */ enumerator
H A Ddisk.c219 assert(b->iostate == BioEmpty || b->iostate == BioLabel); in diskRead()
/plan9/sys/src/libventi/
H A Dcache.c25 BioEmpty, enumerator
297 b->iostate = BioEmpty; in vtcachebumpblock()
H A Dcache.acid573 BioEmpty = 5;