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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dspa.c1221 * Opposite of spa_load().
2120 spa_load(spa_t *spa, spa_load_state_t state, spa_import_type_t type, function
2300 * later we will recursively call spa_load() and validate against
2588 return (spa_load(spa, state, SPA_IMPORT_EXISTING, B_TRUE));
2941 return (spa_load(spa, state, SPA_IMPORT_EXISTING, mosconfig));
2945 * If spa_load() fails this function will try loading prior txg's. If
2949 * spa_load().
2970 load_error = rewind_error = spa_load(spa, state, SPA_IMPORT_EXISTING,
3062 * function because dsl_dir_open() is called during spa_load(), and ends
4106 * Pass off the heavy lifting to spa_load()
[all...]

Completed in 72 milliseconds