Lines Matching refs:bufio
59 * Auxiliary structure appended to each dm-bufio buffer. If the value
301 data = dm_bufio_get(v->bufio, hash_block, &buf);
304 * In tasklet and the hash was not in the bufio cache.
311 data = dm_bufio_read(v->bufio, hash_block, &buf);
755 dm_bufio_prefetch(v->bufio, hash_block_start,
1004 if (v->bufio)
1005 dm_bufio_client_destroy(v->bufio);
1456 v->bufio = dm_bufio_client_create(v->hash_dev->bdev,
1460 if (IS_ERR(v->bufio)) {
1461 ti->error = "Cannot initialize dm-bufio";
1462 r = PTR_ERR(v->bufio);
1463 v->bufio = NULL;
1467 if (dm_bufio_get_device_size(v->bufio) < v->hash_blocks) {
1479 * will fall-back to using it for error handling (or if the bufio cache