Searched refs:label_orig (Results 1 – 1 of 1) sorted by relevance
80 char *label_orig = NULL; in set_fstyp_properties() local95 (void) nvlist_lookup_string(fsattr, "gen_volume_label", &label_orig); in set_fstyp_properties()96 if (label_orig != NULL) { in set_fstyp_properties()97 label = rtrim_copy(label_orig, 0); in set_fstyp_properties()