Lines Matching refs:upcase_table
660 unsigned short *upcase_table;
662 upcase_table = kvcalloc(UTBL_COUNT, sizeof(unsigned short), GFP_KERNEL);
663 if (!upcase_table)
666 sbi->vol_utbl = upcase_table;
691 upcase_table[index] = uni;
715 unsigned short uni = 0, *upcase_table;
718 upcase_table = kvcalloc(UTBL_COUNT, sizeof(unsigned short), GFP_KERNEL);
719 if (!upcase_table)
722 sbi->vol_utbl = upcase_table;
734 upcase_table[index] = uni;