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

/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Dspa.c178 * Report any spa_load_verify errors found, but do not fail spa_load.
234 * been detected and we want spa_load to return the right error codes.
1578 * Opposite of spa_load().
2923 spa_load(spa_t *spa, spa_load_state_t state, spa_import_type_t type) function
3791 * We will use spa_config if we decide to reload the spa or if spa_load
4974 return (spa_load(spa, state, SPA_IMPORT_EXISTING));
4978 * If spa_load() fails this function will try loading prior txg's. If
4982 * spa_load().
5003 load_error = rewind_error = spa_load(spa, state, SPA_IMPORT_EXISTING);
5010 * from previous txgs when spa_load fail
[all...]

Completed in 88 milliseconds