Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
Ddmu.h793 int dmu_sync(struct zio *zio, uint64_t txg, dmu_sync_cb_t *done, zgd_t *zgd);
/freebsd-9-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
Ddmu.c1480 dmu_sync(zio_t *pio, uint64_t txg, dmu_sync_cb_t *done, zgd_t *zgd) in dmu_sync() function
Dzvol.c1086 error = dmu_sync(zio, lr->lr_common.lrc_txg, in zvol_get_data()
Dzfs_vnops.c1316 error = dmu_sync(zio, lr->lr_common.lrc_txg, in zfs_get_data()
/freebsd-9-stable/cddl/contrib/opensolaris/cmd/ztest/
Dztest.c1895 error = dmu_sync(zio, lr->lr_common.lrc_txg, in ztest_get_data()