Searched refs:zone_md (Results 1 – 1 of 1) sorted by relevance
755 be_mount_data_t zone_md = { 0 }; in be_get_legacy_fs() local771 if (!zfs_is_mounted(zhp, &zone_md.altroot)) { in be_get_legacy_fs()777 if ((zone_md.altroot = strdup(zone_altroot)) == NULL) { in be_get_legacy_fs()784 if ((ret = be_mount_zone_root(zhp, &zone_md)) in be_get_legacy_fs()789 free(zone_md.altroot); in be_get_legacy_fs()790 zone_md.altroot = NULL; in be_get_legacy_fs()797 fld->altroot = zone_md.altroot; in be_get_legacy_fs()2543 be_mount_data_t zone_md = { 0 }; in be_mount_one_zone() local2578 zone_md.altroot = zone_altroot; in be_mount_one_zone()2579 zone_md.shared_fs = md->shared_fs; in be_mount_one_zone()[all …]