Lines Matching defs:zpool
436 * zpool - pointer zpool name.
446 be_make_root_ds(const char *zpool, const char *be_name, char *be_root_ds,
456 "%s/%s", zpool, be_name);
459 "%s/%s/%s", zpool, BE_CONTAINER_DS_NAME, be_name);
481 * zpool - pointer zpool name.
491 be_make_container_ds(const char *zpool, char *container_ds,
501 "%s", zpool);
504 "%s/%s", zpool, BE_CONTAINER_DS_NAME);
2686 const char *zpool = zpool_get_name(zlp);
2704 be_make_container_ds(zpool, be_container_ds,
2717 * Get handle to this zpool's BE container dataset.
2729 * Iterate through all potential BEs in this zpool
2735 if ((bt->obe_zpool = strdup(zpool)) == NULL) {
2834 const char *zpool = zpool_get_name(zlp);
2839 be_make_container_ds(zpool, be_container_ds, sizeof (be_container_ds));
3371 * Description: This function takes a dataset name and replaces the zpool
3373 * zpool passed in.