hfsplus_case_fold_table 514 fs/hfsplus/hfsplus_fs.h extern u16 hfsplus_case_fold_table[]; hfsplus_case_fold_table 15 fs/hfsplus/tables.c u16 hfsplus_case_fold_table[] = { hfsplus_case_fold_table 23 fs/hfsplus/unicode.c tmp = hfsplus_case_fold_table[c >> 8]; hfsplus_case_fold_table 25 fs/hfsplus/unicode.c tmp = hfsplus_case_fold_table[tmp + (c & 0xff)];