Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Ddmu.h1051 int dmu_sync(struct zio *zio, uint64_t txg, dmu_sync_cb_t *done, zgd_t *zgd);
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzvol.c1037 error = dmu_sync(zio, lr->lr_common.lrc_txg, in zvol_get_data()
H A Ddmu.c2028 dmu_sync(zio_t *pio, uint64_t txg, dmu_sync_cb_t *done, zgd_t *zgd) in dmu_sync() function
H A Dzfs_vnops.c1311 error = dmu_sync(zio, lr->lr_common.lrc_txg, in zfs_get_data()
/illumos-gate/usr/src/cmd/ztest/
H A Dztest.c2153 error = dmu_sync(zio, lr->lr_common.lrc_txg, in ztest_get_data()