Home | History | Annotate | Download | only in blkid

Lines Matching refs:no_name

487 static const char *no_name = "NO NAME    ";
570 if (!vol_label || !memcmp(vol_label, no_name, 11))
613 if (!vol_label || !memcmp(vol_label, no_name, 11))
618 if (vol_label && memcmp(vol_label, no_name, 11)) {