Searched refs:EXFAT_VOLUME_LABEL_LEN (Results 1 – 2 of 2) sorted by relevance
83 #define EXFAT_VOLUME_LABEL_LEN 11 macro165 __le16 volume_label[EXFAT_VOLUME_LABEL_LEN];
1346 if (label_out->name_len > EXFAT_VOLUME_LABEL_LEN) { in exfat_read_volume_label()1371 if (label->name_len > EXFAT_VOLUME_LABEL_LEN) in exfat_write_volume_label()