Searched refs:spa_open_common (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/ |
| H A D | spa.c | 4121 spa_open_common(const char *pool, spa_t **spapp, void *tag, nvlist_t *nvpolicy, function 4245 return (spa_open_common(name, spapp, tag, policy, config)); 4251 return (spa_open_common(name, spapp, tag, NULL, NULL)); 4482 error = spa_open_common(name, &spa, FTAG, NULL, config);
|