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

/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dvdev_impl.h296 * vdev_dirty() flags
352 extern void vdev_dirty(vdev_t *vd, int flags, void *arg, uint64_t txg);
/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dmetaslab.c1494 vdev_dirty(vd, 0, NULL, txg);
1495 vdev_dirty(vd, VDD_METASLAB, ms, txg);
1613 vdev_dirty(vd, VDD_METASLAB, msp, txg + 1);
2208 vdev_dirty(vd, VDD_METASLAB, msp, txg + 1);
2410 vdev_dirty(mg->mg_vd, VDD_METASLAB, msp, txg);
2693 vdev_dirty(vd, VDD_METASLAB, msp, txg);
2749 vdev_dirty(vd, VDD_METASLAB, msp, txg);
H A Dvdev.c1749 vdev_dirty(vdev_t *vd, int flags, void *arg, uint64_t txg) function
1772 vdev_dirty(vd->vdev_top, flags, vd, txg);
2018 vdev_dirty(vd->vdev_top, VDD_DTL, vd, txg);
3021 vdev_dirty(vd->vdev_top, VDD_DTL, vd, commit_txg);
H A Dspa.c4978 vdev_dirty(tvd, VDD_DTL, newvd, txg);
5202 vdev_dirty(tvd, VDD_DTL, vd, txg);

Completed in 210 milliseconds