Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/zfs/
H A Dmetaslab.c1277 vdev_dirty(vd, 0, NULL, txg); in metaslab_init()
1278 vdev_dirty(vd, VDD_METASLAB, ms, txg); in metaslab_init()
1396 vdev_dirty(vd, VDD_METASLAB, msp, txg + 1); in metaslab_fragmentation()
1990 vdev_dirty(vd, VDD_METASLAB, msp, txg + 1); in metaslab_sync_done()
2143 vdev_dirty(mg->mg_vd, VDD_METASLAB, msp, txg); in metaslab_group_alloc()
2406 vdev_dirty(vd, VDD_METASLAB, msp, txg); in metaslab_free_dva()
2462 vdev_dirty(vd, VDD_METASLAB, msp, txg); in metaslab_claim_dva()
H A Dvdev.c1609 vdev_dirty(vdev_t *vd, int flags, void *arg, uint64_t txg) in vdev_dirty() function
1632 vdev_dirty(vd->vdev_top, flags, vd, txg); in vdev_dirty_leaves()
1872 vdev_dirty(vd->vdev_top, VDD_DTL, vd, txg); in vdev_dtl_reassess()
2843 vdev_dirty(vd->vdev_top, VDD_DTL, vd, commit_txg); in vdev_stat_update()
H A Dspa.c4621 vdev_dirty(tvd, VDD_DTL, newvd, txg); in spa_vdev_attach()
4843 vdev_dirty(tvd, VDD_DTL, vd, txg); in spa_vdev_detach()
/titanic_41/usr/src/uts/common/fs/zfs/sys/
H A Dvdev_impl.h315 extern void vdev_dirty(vdev_t *vd, int flags, void *arg, uint64_t txg);