Searched refs:vdev_dirty (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
| H A D | metaslab.c | 1536 vdev_dirty(vd, 0, NULL, txg); in metaslab_init() 1537 vdev_dirty(vd, VDD_METASLAB, ms, txg); in metaslab_init() 1658 vdev_dirty(vd, VDD_METASLAB, msp, txg + 1); in metaslab_set_fragmentation() 2507 vdev_dirty(vd, VDD_METASLAB, msp, txg + 1); in metaslab_sync_done() 2739 vdev_dirty(mg->mg_vd, VDD_METASLAB, msp, txg); in metaslab_block_alloc() 3254 vdev_dirty(vd, VDD_METASLAB, msp, txg); in metaslab_free_dva() 3310 vdev_dirty(vd, VDD_METASLAB, msp, txg); in metaslab_claim_dva()
|
| H A D | vdev.c | 1767 vdev_dirty(vdev_t *vd, int flags, void *arg, uint64_t txg) in vdev_dirty() function 1790 vdev_dirty(vd->vdev_top, flags, vd, txg); in vdev_dirty_leaves() 2033 vdev_dirty(vd->vdev_top, VDD_DTL, vd, txg); in vdev_dtl_reassess() 3098 vdev_dirty(vd->vdev_top, VDD_DTL, vd, commit_txg); in vdev_stat_update()
|
| H A D | spa.c | 5044 vdev_dirty(tvd, VDD_DTL, newvd, txg); in spa_vdev_attach() 5268 vdev_dirty(tvd, VDD_DTL, vd, txg); in spa_vdev_detach()
|
| /netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/ |
| H A D | vdev_impl.h | 354 extern void vdev_dirty(vdev_t *vd, int flags, void *arg, uint64_t txg);
|