Matthew Ahrens wrote: >> So I do I go from z zbookmark_t to a pool name ? > > You can't. > > But if you have a zio_t, just use io_spa. > > Better yet, don't convert to a name at all. Use dsl_dataset_open_obj() > and dsl_prop_get_ds() (which mysteriously isn't in the header file, but > you can add it).
Not being in the header is probably why I didn't find it! Thanks that looks like it will do what I need for getting the dsl property. -- Darren J Moffat