Searched refs:zone_ud (Results 1 – 1 of 1) sorted by relevance
829 be_unmount_data_t zone_ud = { 0 }; in be_get_legacy_fs() local831 zone_ud.altroot = fld->altroot; in be_get_legacy_fs()832 zone_ud.force = B_TRUE; in be_get_legacy_fs()833 if ((err = be_unmount_zone_root(zhp, &zone_ud)) != BE_SUCCESS) { in be_get_legacy_fs()2623 be_unmount_data_t zone_ud = { 0 }; in be_unmount_one_zone() local2636 zone_ud.altroot = zone_altroot; in be_unmount_one_zone()2637 zone_ud.force = ud->force; in be_unmount_one_zone()2664 &zone_ud)) != 0) { in be_unmount_one_zone()2672 if ((ret = be_unmount_zone_root(zone_zhp, &zone_ud)) != BE_SUCCESS) { in be_unmount_one_zone()