Searched refs:VDD_METASLAB (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | spa_checkpoint.c | 239 vdev_dirty(vd, VDD_METASLAB, ms, sdc->sdc_txg); in spa_checkpoint_discard_sync_callback()
|
| H A D | metaslab.c | 2695 vdev_dirty(vd, VDD_METASLAB, ms, txg); in metaslab_init() 2879 vdev_dirty(vd, VDD_METASLAB, msp, txg + 1); in metaslab_set_fragmentation() 4338 vdev_dirty(vd, VDD_METASLAB, msp, txg + 1); in metaslab_sync_done() 4585 vdev_dirty(mg->mg_vd, VDD_METASLAB, msp, txg); in metaslab_block_alloc() 5327 vdev_dirty(vd, VDD_METASLAB, msp, spa_syncing_txg(spa)); in metaslab_free_concrete() 5698 vdev_dirty(vd, VDD_METASLAB, msp, txg); in metaslab_claim_concrete()
|
| H A D | vdev.c | 2571 if (flags & VDD_METASLAB) in vdev_dirty()
|
| /f-stack/freebsd/contrib/openzfs/include/sys/ |
| H A D | vdev_impl.h | 531 #define VDD_METASLAB 0x01 macro
|