Home
last modified time | relevance | path

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

/Linux-v5.4/block/partitions/
Defi.c695 unsigned label_count = 0; in efi_partition() local
717 while (label_count < label_max) { in efi_partition()
718 u8 c = ptes[i].partition_name[label_count] & 0xff; in efi_partition()
721 info->volname[label_count] = c; in efi_partition()
722 label_count++; in efi_partition()
/Linux-v5.4/net/mpls/
Daf_mpls.c1868 u8 label_count; in rtm_to_route_config() local
1869 if (nla_get_labels(nla, 1, &label_count, in rtm_to_route_config()
2363 u8 label_count; in mpls_getroute() local
2365 if (nla_get_labels(tb[RTA_DST], 1, &label_count, in mpls_getroute()