Searched defs:zpool (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libbe/common/
H A Dbe_create.c137 /* Get zpool name */
180 "find existing zpool (%s): %s\n"), bt.nbe_zpool,
435 /* Find which zpool obe_name lives in */
437 be_print_err(gettext("be_destroy: failed to find zpool "
664 /* Find which zpool obe_name lives in */
668 "find zpool for BE (%s)\n"), bt.obe_name);
696 /* Get zpool name to create new BE in */
822 * If zpool name to create new BE in is not provided,
1227 const char *zpool = zpool_get_name(zlp); local
1233 be_make_root_ds(zpool, b
1265 const char *zpool = zpool_get_name(zlp); local
2866 be_create_container_ds(char *zpool) argument
[all...]
H A Dbe_mount.c267 /* Find which zpool obe_name lives in */
270 "find zpool for BE (%s)\n"), bt.obe_name);
436 /* Find which zpool obe_name lives in */
439 "find zpool for BE (%s)\n"), bt.obe_name);
1539 const char *zpool = zpool_get_name(zlp); local
1545 if ((zhp = zfs_open(g_zfs, zpool, ZFS_TYPE_FILESYSTEM)) == NULL) {
1547 "failed to open pool dataset %s: %s\n"), zpool,
H A Dbe_utils.c435 * zpool - pointer zpool name.
445 be_make_root_ds(const char *zpool, const char *be_name, char *be_root_ds, argument
455 "%s/%s", zpool, be_name);
458 "%s/%s/%s", zpool, BE_CONTAINER_DS_NAME, be_name);
480 * zpool - pointer zpool name.
490 be_make_container_ds(const char *zpool, char *container_ds, argument
500 "%s", zpool);
503 "%s/%s", zpool, BE_CONTAINER_DS_NAM
2685 const char *zpool = zpool_get_name(zlp); local
2833 const char *zpool = zpool_get_name(zlp); local
[all...]

Completed in 89 milliseconds