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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dspa_config.c129 if (spa_lookup(nvpair_name(nvpair)) != NULL)
H A Dspa.c3071 if ((spa = spa_lookup(pool)) == NULL) {
3182 if ((spa = spa_lookup(name)) == NULL) {
3388 * and call spa_lookup() directly.
3393 spa = spa_lookup(name);
3609 if (spa_lookup(pool) != NULL) {
3963 if ((spa = spa_lookup(pname)) != NULL) {
4062 if (spa_lookup(pool) != NULL) {
4342 if ((spa = spa_lookup(pool)) == NULL) {
5056 if (spa_lookup(newname) != NULL)
H A Dspa_misc.c117 * spa_lookup() Lookup a spa_t by name.
495 spa_lookup(const char *name) function
547 * exist by calling spa_lookup() first.
H A Dzfs_ioctl.c2837 * If the only property is the configfile, then just do a spa_lookup()
2845 if ((spa = spa_lookup(zc->zc_name)) != NULL) {
2883 if ((spa = spa_lookup(zc->zc_name)) != NULL)
4606 spa = spa_lookup(zc->zc_name);
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dspa.h706 extern spa_t *spa_lookup(const char *name);
/illumos-gate/usr/src/cmd/zdb/
H A Dzdb.c3789 if ((spa = spa_lookup(target)) != NULL &&
/illumos-gate/usr/src/cmd/ztest/
H A Dztest.c2735 show_pool_stats(spa_lookup("splitp"));

Completed in 122 milliseconds