Searched refs:vdev_dirty (Results 1 – 8 of 8) sorted by relevance
| /freebsd/sys/contrib/openzfs/module/zfs/ |
| H A D | spa_checkpoint.c | 230 vdev_dirty(vd, VDD_METASLAB, ms, sdc->sdc_txg); in spa_checkpoint_discard_sync_callback()
|
| H A D | metaslab.c | 2998 vdev_dirty(vd, 0, NULL, txg); in metaslab_init() 2999 vdev_dirty(vd, VDD_METASLAB, ms, txg); in metaslab_init() 3195 vdev_dirty(vd, VDD_METASLAB, msp, txg + 1); in metaslab_set_fragmentation() 4664 vdev_dirty(vd, VDD_METASLAB, msp, txg + 1); in metaslab_sync_done() 4901 vdev_dirty(mg->mg_vd, VDD_METASLAB, msp, txg); in metaslab_block_alloc() 5540 vdev_dirty(vd, VDD_METASLAB, msp, spa_syncing_txg(spa)); in metaslab_free_concrete() 5928 vdev_dirty(vd, VDD_METASLAB, msp, txg); in metaslab_claim_concrete()
|
| H A D | vdev_indirect.c | 335 vdev_dirty(vd, 0, NULL, spa_syncing_txg(spa)); in vdev_indirect_mark_obsolete()
|
| H A D | vdev.c | 3125 vdev_dirty(vdev_t *vd, int flags, void *arg, uint64_t txg) in vdev_dirty() function 3149 vdev_dirty(vd->vdev_top, flags, vd, txg); in vdev_dirty_leaves() 3522 vdev_dirty(vd->vdev_top, VDD_DTL, vd, txg); in vdev_dtl_reassess_impl() 5507 vdev_dirty(vd->vdev_top, VDD_DTL, vd, commit_txg); in vdev_stat_update()
|
| H A D | vdev_removal.c | 1276 vdev_dirty(vd, 0, NULL, txg); in spa_vdev_copy_segment()
|
| H A D | spa.c | 8727 vdev_dirty(tvd, VDD_DTL, newvd, txg); 8993 vdev_dirty(tvd, VDD_DTL, vd, txg); 9660 vdev_dirty(rvd->vdev_child[c], VDD_DTL,
|
| /freebsd/sys/contrib/openzfs/include/sys/ |
| H A D | vdev_impl.h | 609 extern void vdev_dirty(vdev_t *vd, int flags, void *arg, uint64_t txg);
|
| /freebsd/sys/contrib/openzfs/cmd/ |
| H A D | zhack.c | 1471 vdev_dirty(msp->ms_group->mg_vd, VDD_METASLAB, msp, in metaslab_force_alloc()
|