Home
last modified time | relevance | path

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

/netbsd/src/sys/arch/ia64/stand/common/
Dbcache.c71 static void bcache_insert(void *buf, daddr_t blkno);
149 bcache_insert(buf + (i * bcache_blksize),blk + i); in write_strategy()
204 bcache_insert(p_buf + (j * bcache_blksize), p_blk + j); in read_strategy()
214 bcache_insert(p_buf + (j * bcache_blksize), p_blk + j); in read_strategy()
264 bcache_insert(void *buf, daddr_t blkno) in bcache_insert() function