Searched refs:dmu_sync (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/contrib/openzfs/include/sys/ |
H A D | dmu.h | 1093 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 D | dmu.c | 2075 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 D | zfs_vnops.c | 1226 error = dmu_sync(zio, lr->lr_common.lrc_txg, in zfs_get_data()
|
H A D | zvol.c | 1001 error = dmu_sync(zio, lr->lr_common.lrc_txg, in zvol_get_data()
|
/freebsd/sys/contrib/openzfs/cmd/ |
H A D | ztest.c | 2560 error = dmu_sync(zio, lr->lr_common.lrc_txg, in ztest_get_data()
|