Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libbe/common/
H A Dbe_rename.c166 bt.nbe_root_ds = strdup(root_ds); in be_rename()
192 if (zfs_rename(zhp, bt.nbe_root_ds, B_FALSE, B_FALSE) != 0) { in be_rename()
215 lzbe_add, bt.nbe_root_ds)) != 0) { in be_rename()
219 bt.nbe_root_ds, bt.nbe_zpool); in be_rename()
237 if ((zhp = zfs_open(g_zfs, bt.nbe_root_ds, ZFS_TYPE_FILESYSTEM)) in be_rename()
241 bt.nbe_root_ds, libzfs_error_description(g_zfs)); in be_rename()
291 free(bt.nbe_root_ds); in be_rename()
H A Dbe_create.c110 char nbe_root_ds[MAXPATHLEN]; in be_init() local
209 if ((ret = be_make_root_ds(bt.nbe_zpool, bt.nbe_name, nbe_root_ds, in be_init()
210 sizeof (nbe_root_ds))) != BE_SUCCESS) { in be_init()
271 if (zfs_create(g_zfs, nbe_root_ds, ZFS_TYPE_FILESYSTEM, in be_init()
274 "create BE root dataset (%s): %s\n"), nbe_root_ds, in be_init()
281 if ((ret = be_set_uuid(nbe_root_ds)) != BE_SUCCESS) { in be_init()
304 nbe_root_ds, fs_names[i]); in be_init()
645 char nbe_root_ds[MAXPATHLEN]; in be_copy() local
838 nbe_root_ds, sizeof (nbe_root_ds))) != BE_SUCCESS) { in be_copy()
844 if (zfs_dataset_exists(g_zfs, nbe_root_ds, in be_copy()
[all …]
H A Dlibbe_priv.h93 char *nbe_root_ds; /* New BE root dataset */ member