Searched refs:pool_active (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_import.c | 47 pool_active(libzfs_handle_t *hdl, const char *name, uint64_t guid, in pool_active() function 119 return (pool_active((libzfs_handle_t *)handle, name, guid, isactive)); in pool_active_libzfs() 343 if (pool_active(hdl, name, guid, &isactive) == 0 && isactive && in zpool_in_use() 366 if (pool_active(hdl, name, guid, &isactive) != 0) { in zpool_in_use()
|
| /f-stack/freebsd/contrib/openzfs/lib/libzpool/ |
| H A D | util.c | 213 pool_active(void *unused, const char *name, uint64_t guid, in pool_active() function 256 .pco_pool_active = pool_active,
|