Lines Matching defs:rebuild
3146 /* The top-level vdevs have the rebuild stats */
4726 {"asyncq_wait", 2}, {"scrub", 1}, {"trim", 1}, {"rebuild", 1},
4735 {"trim", 2}, {"rebuild", 2}, {NULL}},
4750 {"write"}, {"read"}, {"write"}, {"scrub"}, {"trim"}, {"rebuild"},
7499 boolean_t rebuild = B_FALSE;
7529 rebuild = B_TRUE;
7616 rebuild);
9037 * Print rebuild status for top-level vdevs.
9100 * Returns B_TRUE if there is an active rebuild in progress. Otherwise,
9102 * the last completed (or cancelled) rebuild.
9869 nvlist_t *rebuild = fnvlist_alloc();
9932 fnvlist_add_nvlist(rebuild, name, nv);
9937 if (!nvlist_empty(rebuild))
9938 fnvlist_add_nvlist(scan, "rebuild_stats", rebuild);
9939 fnvlist_free(rebuild);
9990 * When there is an active resilver or rebuild print its status.
9991 * Otherwise print the status of the last resilver or rebuild.
13034 /* Add up the total number of bytes left to rebuild across top-level vdevs */