Searched refs:vdev_dirty (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/uts/common/fs/zfs/ |
H A D | metaslab.c | 1278 vdev_dirty(vd, 0, NULL, txg); in metaslab_init() 1279 vdev_dirty(vd, VDD_METASLAB, ms, txg); in metaslab_init() 1397 vdev_dirty(vd, VDD_METASLAB, msp, txg + 1); in metaslab_fragmentation() 1992 vdev_dirty(vd, VDD_METASLAB, msp, txg + 1); in metaslab_sync_done() 2145 vdev_dirty(mg->mg_vd, VDD_METASLAB, msp, txg); in metaslab_group_alloc() 2408 vdev_dirty(vd, VDD_METASLAB, msp, txg); in metaslab_free_dva() 2464 vdev_dirty(vd, VDD_METASLAB, msp, txg); in metaslab_claim_dva()
|
H A D | vdev.c | 1610 vdev_dirty(vdev_t *vd, int flags, void *arg, uint64_t txg) in vdev_dirty() function 1633 vdev_dirty(vd->vdev_top, flags, vd, txg); in vdev_dirty_leaves() 1873 vdev_dirty(vd->vdev_top, VDD_DTL, vd, txg); in vdev_dtl_reassess() 2853 vdev_dirty(vd->vdev_top, VDD_DTL, vd, commit_txg); in vdev_stat_update()
|
H A D | spa.c | 4647 vdev_dirty(tvd, VDD_DTL, newvd, txg); in spa_vdev_attach() 4871 vdev_dirty(tvd, VDD_DTL, vd, txg); in spa_vdev_detach()
|
/titanic_50/usr/src/uts/common/fs/zfs/sys/ |
H A D | vdev_impl.h | 315 extern void vdev_dirty(vdev_t *vd, int flags, void *arg, uint64_t txg);
|