Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libbe/common/
H A Dbe_mount.c829 be_unmount_data_t zone_ud = { 0 }; in be_get_legacy_fs() local
831 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() local
2636 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()