Home
last modified time | relevance | path

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

/freebsd/stand/common/
H A Dbcache.c66 daddr_t bcache_nextblkno; member
166 bc->bcache_nextblkno = -1; in bcache_allocate()
262 if (blk == bc->bcache_nextblkno) { in read_strategy()
318 if ((bc->bcache_nextblkno != blk) && ra != 0) { in read_strategy()
381 bc->bcache_nextblkno = blk + (size / DEV_BSIZE); in read_strategy()