Home
last modified time | relevance | path

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

/linux-2.6.39/fs/partitions/
Defi.c626 unsigned label_count = 0; in efi_partition() local
653 while (label_count < label_max) { in efi_partition()
654 u8 c = ptes[i].partition_name[label_count] & 0xff; in efi_partition()
657 info->volname[label_count] = c; in efi_partition()
658 label_count++; in efi_partition()