Searched refs:bcache_blksize (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/sys/boot/common/
H A Dbcache.c64 static u_int bcache_blksize; variable
88 bcache_blksize = bsize;
89 bcache_data = malloc(bcache_nblks * bcache_blksize);
135 nblk = size / bcache_blksize;
148 bcache_insert(buf + (i * bcache_blksize),blk + i);
169 nblk = size / bcache_blksize;
174 if (bcache_lookup(buf + (bcache_blksize * i), blk + i)) {
192 p_buf = buf + (bcache_blksize * i);
199 result = dd->dv_strategy(dd->dv_devdata, rw, p_blk, p_size * bcache_blksize, p_buf, NULL);
203 bcache_insert(p_buf + (j * bcache_blksize), p_bl
[all...]

Completed in 99 milliseconds