Searched defs:scrub (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dspa_errlog.c32 * scrub completes, the current log becomes the last log, the last log is thrown
34 * corrected, a new scrub will show that that it no longer exists, and will be
35 * deleted from the log when the scrub completes.
262 * Called when a scrub completes. This simply set a bit which tells which AVL
346 avl_tree_t scrub, last; local
361 spa_get_errlists(spa, &last, &scrub);
385 sync_error_list(spa, &scrub, &spa->spa_errlog_last, tx);
389 * Sync out any pending scrub errors.
391 sync_error_list(spa, &scrub, &spa->spa_errlog_scrub, tx);
H A Dspa.c823 spa_get_errlists(spa_t *spa, avl_tree_t *last, avl_tree_t *scrub) argument
828 bcopy(&spa->spa_errlist_scrub, scrub, sizeof (avl_tree_t));
1895 * Maximum number of concurrent scrub i/os to create while verifying
/illumos-gate/usr/src/uts/common/os/
H A Dklpd.c845 boolean_t *scrub)
957 *scrub = prp->pfr_scrubenv;
844 pfexec_call(const cred_t *cr, struct pathname *rpnp, cred_t **pfcr, boolean_t *scrub) argument
/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpcisch.c2933 * scrub = 1 : cleanup all error bits in tlb, called in FAULT_RESET case
2934 * scrub = 0 : log all error conditions to console, FAULT_LOG case
2938 iommu_tlb_scrub(iommu_t *iommu_p, int scrub) argument
2964 if (scrub)
2969 if (scrub)

Completed in 98 milliseconds