Searched refs:spa_open_common (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | spa.c | 5026 spa_open_common(const char *pool, spa_t **spapp, void *tag, nvlist_t *nvpolicy, function 5147 return (spa_open_common(name, spapp, tag, policy, config)); 5153 return (spa_open_common(name, spapp, tag, NULL, NULL)); 5382 error = spa_open_common(name, &spa, FTAG, NULL, config);
|