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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dspa.c3050 spa_open_common(const char *pool, spa_t **spapp, void *tag, nvlist_t *nvpolicy, function
3163 return (spa_open_common(name, spapp, tag, policy, config));
3169 return (spa_open_common(name, spapp, tag, NULL, NULL));
3353 error = spa_open_common(name, &spa, FTAG, NULL, config);

Completed in 75 milliseconds