Home
last modified time | relevance | path

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

/plan9/sys/src/cmd/fossil/
H A Ddisk.c220 blockSetIOState(b, BioReading); in diskRead()
362 case BioReading: in diskThread()
H A Ddat.h215 BioReading, /* in process of reading data */ enumerator
H A Dcache.c374 assert(b->iostate != BioDirty && b->iostate != BioReading && b->iostate != BioWriting); in cacheBumpBlock()
453 case BioReading: in _cacheLocalLookup()
574 case BioReading: in _cacheLocal()
1322 case BioReading: in blockSetIOState()
1691 case BioReading: in bioStr()
/plan9/sys/src/libventi/
H A Dcache.c23 BioReading, enumerator
H A Dcache.acid571 BioReading = 3;