Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libbe/common/
H A Dbe_activate.c1625 char *sub_dataset = NULL; in be_promote_ds_callback() local
1629 sub_dataset = strdup(zfs_get_name(zhp)); in be_promote_ds_callback()
1630 if (sub_dataset == NULL) { in be_promote_ds_callback()
1680 if ((zhp = zfs_open(g_zfs, sub_dataset, in be_promote_ds_callback()
1683 "Failed to open dataset (%s): %s\n"), sub_dataset, in be_promote_ds_callback()
1694 free(sub_dataset); in be_promote_ds_callback()