Searched refs:arc_write (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/zfs/sys/ |
H A D | arc.h | 185 zio_t *arc_write(zio_t *pio, spa_t *spa, uint64_t txg,
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | dmu.c | 1728 zio_nowait(arc_write(pio, os->os_spa, txg,
|
H A D | dmu_objset.c | 1142 zio = arc_write(pio, os->os_spa, tx->tx_txg,
|
H A D | dbuf.c | 3627 dr->dr_zio = arc_write(zio, os->os_spa, txg,
|
H A D | arc.c | 2459 * arc_write() then the hdr's data buffer will be released when the 5272 * buffer which will be freed in arc_write(). 5514 arc_write(zio_t *pio, spa_t *spa, uint64_t txg, blkptr_t *bp, arc_buf_t *buf, function
|
Completed in 265 milliseconds