Searched refs:nbe_root_ds (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/lib/libbe/common/ |
H A D | be_create.c | 107 char nbe_root_ds[MAXPATHLEN]; in be_init() local 206 be_make_root_ds(bt.nbe_zpool, bt.nbe_name, nbe_root_ds, in be_init() 207 sizeof (nbe_root_ds)); in be_init() 264 if (zfs_create(g_zfs, nbe_root_ds, ZFS_TYPE_FILESYSTEM, in be_init() 267 "create BE root dataset (%s): %s\n"), nbe_root_ds, in be_init() 274 if ((ret = be_set_uuid(nbe_root_ds)) != BE_SUCCESS) { in be_init() 297 nbe_root_ds, fs_names[i]); in be_init() 611 char nbe_root_ds[MAXPATHLEN]; in be_copy() local 783 be_make_root_ds(bt.nbe_zpool, bt.nbe_name, nbe_root_ds, in be_copy() 784 sizeof (nbe_root_ds)); in be_copy() [all …]
|
H A D | be_rename.c | 153 bt.nbe_root_ds = strdup(root_ds); in be_rename() 179 if (zfs_rename(zhp, bt.nbe_root_ds, B_FALSE, B_FALSE) != 0) { in be_rename() 189 if ((zhp = zfs_open(g_zfs, bt.nbe_root_ds, ZFS_TYPE_FILESYSTEM)) in be_rename() 231 free(bt.nbe_root_ds); in be_rename()
|
H A D | libbe_priv.h | 91 char *nbe_root_ds; /* New BE root dataset */ member
|