Home
last modified time | relevance | path

Searched refs:vdev_dirty (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dspa_checkpoint.c238 vdev_dirty(vd, VDD_METASLAB, ms, sdc->sdc_txg); in spa_checkpoint_discard_sync_callback()
H A Dmetaslab.c1620 vdev_dirty(vd, 0, NULL, txg); in metaslab_init()
1621 vdev_dirty(vd, VDD_METASLAB, ms, txg); in metaslab_init()
1753 vdev_dirty(vd, VDD_METASLAB, msp, txg + 1); in metaslab_set_fragmentation()
2717 vdev_dirty(vd, VDD_METASLAB, msp, txg + 1); in metaslab_sync_done()
3028 vdev_dirty(mg->mg_vd, VDD_METASLAB, msp, txg); in metaslab_block_alloc()
3601 vdev_dirty(vd, VDD_METASLAB, msp, spa_syncing_txg(spa)); in metaslab_free_concrete()
3963 vdev_dirty(vd, VDD_METASLAB, msp, txg); in metaslab_claim_concrete()
H A Dvdev.c2290 vdev_dirty(vdev_t *vd, int flags, void *arg, uint64_t txg) in vdev_dirty() function
2314 vdev_dirty(vd->vdev_top, flags, vd, txg); in vdev_dirty_leaves()
2586 vdev_dirty(vd->vdev_top, VDD_DTL, vd, txg); in vdev_dtl_reassess()
3851 vdev_dirty(vd->vdev_top, VDD_DTL, vd, commit_txg); in vdev_stat_update()
H A Dvdev_indirect.c314 vdev_dirty(vd, 0, NULL, spa_syncing_txg(spa)); in vdev_indirect_mark_obsolete()
H A Dvdev_removal.c1031 vdev_dirty(vd, 0, NULL, txg); in spa_vdev_copy_segment()
H A Dspa.c6187 vdev_dirty(tvd, VDD_DTL, newvd, txg);
6432 vdev_dirty(tvd, VDD_DTL, vd, txg);
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dvdev_impl.h477 extern void vdev_dirty(vdev_t *vd, int flags, void *arg, uint64_t txg);