Lines Matching refs:root_ds
235 char root_ds[MAXPATHLEN]; in _be_activate() local
269 if ((ret = be_make_root_ds(cb.obe_zpool, cb.obe_name, root_ds, in _be_activate()
270 sizeof (root_ds))) != BE_SUCCESS) { in _be_activate()
275 cb.obe_root_ds = strdup(root_ds); in _be_activate()
282 if (!be_has_menu_entry(root_ds, cb.obe_zpool, &entry)) { in _be_activate()
316 lzbe_add, root_ds)) != 0) { in _be_activate()
318 "set nextboot for %s\n"), root_ds); in _be_activate()
326 "clear nextboot for %s\n"), root_ds); in _be_activate()
332 root_ds)) != BE_SUCCESS) { in _be_activate()
335 root_ds); in _be_activate()
342 if ((zhp = zfs_open(g_zfs, root_ds, ZFS_TYPE_FILESYSTEM)) != in _be_activate()
353 root_ds, in _be_activate()
360 "dataset (%s): %s\n"), root_ds, in _be_activate()
377 if (!be_zone_compare_uuids(root_ds)) { in _be_activate()
384 if ((zhp = zfs_open(g_zfs, root_ds, in _be_activate()
387 "dataset (%s): %s\n"), root_ds, in _be_activate()
401 if (strcmp(root_ds, active_ds) == 0) { in _be_activate()
410 "active property (%s): %s\n"), root_ds, in _be_activate()