Home
last modified time | relevance | path

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

/NextBSD/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
HDspa_config.c128 if (spa_lookup(nvpair_name(nvpair)) != NULL) in spa_config_load()
HDspa.c3034 if ((spa = spa_lookup(pool)) == NULL) { in spa_open_common()
3153 if ((spa = spa_lookup(name)) == NULL) { in spa_inject_addref()
3369 spa = spa_lookup(name); in spa_get_stats()
3585 if (spa_lookup(pool) != NULL) { in spa_create()
3939 if ((spa = spa_lookup(pname)) != NULL) { in spa_import_rootpool()
4153 if ((spa = spa_lookup(pname)) != NULL) { in spa_import_rootpool()
4170 } else if ((spa = spa_lookup(name)) == NULL) { in spa_import_rootpool()
4232 if (spa_lookup(pool) != NULL) { in spa_import()
4517 if ((spa = spa_lookup(pool)) == NULL) { in spa_export_common()
5231 if (spa_lookup(newname) != NULL) in spa_vdev_split_mirror()
HDspa_misc.c550 spa_lookup(const char *name) in spa_lookup() function
HDzfs_ioctl.c2880 if ((spa = spa_lookup(zc->zc_name)) != NULL) { in zfs_ioc_pool_set_props()
2918 if ((spa = spa_lookup(zc->zc_name)) != NULL) in zfs_ioc_pool_get_props()
4630 spa = spa_lookup(zc->zc_name); in zfs_ioc_clear()
/NextBSD/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
HDspa.h721 extern spa_t *spa_lookup(const char *name);
/NextBSD/cddl/contrib/opensolaris/cmd/zdb/
HDzdb.c3740 if ((spa = spa_lookup(target)) != NULL && in main()
/NextBSD/cddl/contrib/opensolaris/cmd/ztest/
HDztest.c2729 show_pool_stats(spa_lookup("splitp")); in ztest_split_pool()