Lines Matching defs:pool
148 /* Get alternate "pool" */
223 /* Get alternate "pool" area */
260 * altpool - pointer to alternate "pool" area to find the BE.
296 /* Find which zpool obe_name lives in if alternate "pool" not provide */
433 * altpool - pointer to alternate "pool" area to find the BE.
468 /* Find which zpool obe_name lives in if alternate "pool" not provide */
1343 * processes the pool's "pool data" dataset, then uses
1344 * iter_shared_fs_callback to iterate through the pool's
1347 * zlp - zpool_handle_t pointer to the current pool being
1365 * Get handle to pool's "pool data" dataset
1369 "failed to open pool dataset %s: %s\n"), zpool,
1376 /* Process this pool's "pool data" dataset */
1379 /* Interate through this pool's children */
1390 * Description: Callback function used to iterate through a pool's datasets
1392 * find the BE container dataset of the pool, if it exists, and
1418 char *pool;
1420 /* Get the pool's name */
1422 pool = strtok(tmp_name, "/");
1424 if (pool) {
1425 /* Get the name of this pool's container dataset */
1426 be_make_container_ds(pool, container_ds,
1430 * If what we're processing is this pool's BE container
1438 /* Getting the pool name failed, return error */
1440 "failed to get pool name from %s\n"), name);