Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/include/sys/
H A Ddmu.h1093 int dmu_sync(struct zio *zio, uint64_t txg, dmu_sync_cb_t *done, zgd_t *zgd);
/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddmu.c2075 dmu_sync(zio_t *pio, uint64_t txg, dmu_sync_cb_t *done, zgd_t *zgd) in dmu_sync() function
2928 EXPORT_SYMBOL(dmu_sync);
H A Dzfs_vnops.c1226 error = dmu_sync(zio, lr->lr_common.lrc_txg, in zfs_get_data()
H A Dzvol.c1001 error = dmu_sync(zio, lr->lr_common.lrc_txg, in zvol_get_data()
/freebsd/sys/contrib/openzfs/cmd/
H A Dztest.c2560 error = dmu_sync(zio, lr->lr_common.lrc_txg, in ztest_get_data()