Searched refs:label_str (Results 1 – 2 of 2) sorted by relevance
687 char uuid_str[17], label_str[129], *cp; in probe_ntfs() local748 label_str[0] = 0; in probe_ntfs()767 if (val_len > sizeof(label_str)) in probe_ntfs()768 val_len = sizeof(label_str)-1; in probe_ntfs()770 for (i=0, cp=label_str; i < val_len; i+=2,cp++) { in probe_ntfs()782 if (label_str[0]) in probe_ntfs()783 blkid_set_tag(probe->dev, "LABEL", label_str, 0); in probe_ntfs()
134 unsigned int get_label_id(struct bpf_labels *labels, const char *label_str) in get_label_id() argument136 int label_id = bpf_label_id(labels, label_str); in get_label_id()