Lines Matching refs:vol_label
520 const unsigned char *label = 0, *vol_label = 0, *tmp; in probe_fat() local
568 vol_label = search_fat_label(dir, root_dir_entries); in probe_fat()
570 if (!vol_label || !memcmp(vol_label, no_name, 11)) in probe_fat()
571 vol_label = ms->ms_label; in probe_fat()
598 vol_label = search_fat_label(dir, count); in probe_fat()
599 if (vol_label) in probe_fat()
613 if (!vol_label || !memcmp(vol_label, no_name, 11)) in probe_fat()
614 vol_label = vs->vs_label; in probe_fat()
618 if (vol_label && memcmp(vol_label, no_name, 11)) { in probe_fat()
619 if ((label_len = figure_label_len(vol_label, 11))) in probe_fat()
620 label = vol_label; in probe_fat()