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

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Darc.h184 int arc_read(zio_t *pio, spa_t *spa, const blkptr_t *bp,
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddmu_traverse.c204 (void) arc_read(NULL, td->td_spa, bp, NULL, NULL,
304 err = arc_read(NULL, td->td_spa, bp, arc_getbuf_func, &buf,
331 err = arc_read(NULL, td->td_spa, bp, arc_getbuf_func, &buf,
352 err = arc_read(NULL, td->td_spa, bp, arc_getbuf_func, &buf,
521 (void) arc_read(NULL, spa, bp, NULL, NULL, ZIO_PRIORITY_ASYNC_READ,
597 err = arc_read(NULL, td.td_spa, rootbp,
H A Ddmu_diff.c159 if (arc_read(NULL, spa, bp, arc_getbuf_func, &abuf,
H A Ddbuf.c1089 (void) arc_read(zio, db->db_objset->os_spa, db->db_blkptr,
2395 (void) arc_read(dpa->dpa_zio, dpa->dpa_spa, bp, NULL, NULL,
2423 * zio. This indicates that the arc_read() returned without
2483 (void) arc_read(dpa->dpa_zio, dpa->dpa_spa,
2612 (void) arc_read(dpa->dpa_zio, dpa->dpa_spa,
H A Ddsl_scan.c1574 (void) arc_read(scn->scn_zio_root, scn->scn_dp->dp_spa,
1657 err = arc_read(NULL, dp->dp_spa, bp, arc_getbuf_func, &buf,
1680 err = arc_read(NULL, dp->dp_spa, bp, arc_getbuf_func, &buf,
1697 err = arc_read(NULL, dp->dp_spa, bp, arc_getbuf_func, &buf,
H A Dzil.c223 error = arc_read(NULL, zilog->zl_spa, bp, arc_getbuf_func, &abuf,
302 error = arc_read(NULL, zilog->zl_spa, bp, arc_getbuf_func, &abuf,
H A Ddmu_send.c656 if (arc_read(NULL, spa, bp, arc_getbuf_func, &abuf,
674 if (arc_read(NULL, spa, bp, arc_getbuf_func, &abuf,
731 if (arc_read(NULL, spa, bp, arc_getbuf_func, &abuf,
H A Ddmu_objset.c381 err = arc_read(NULL, spa, os->os_rootbp,
H A Dzio.c2685 error = arc_read(NULL, spa, &blk,
H A Darc.c79 * or 2) via one of the ARC lists. The arc_read() interface
2538 * in arc_read() when bringing a buffer out of the L2ARC. However, the
4948 * If this is reached via arc_read, the link is
5121 * the arc_read() will have kicked this off the list.
5453 arc_read(zio_t *pio, spa_t *spa, const blkptr_t *bp, arc_read_done_func_t *done, function
7004 * l2arc_feed_thread() arc_read()
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/zdb/
H A Dzdb.c1494 err = arc_read(NULL, spa, bp, arc_getbuf_func, &buf,

Completed in 406 milliseconds