Searched refs:hfsplus_case_fold_table (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/fs/hfsplus/
H A Dunicode.c22 tmp = hfsplus_case_fold_table[c >> 8]; case_fold()
24 tmp = hfsplus_case_fold_table[tmp + (c & 0xff)]; case_fold()
H A Dhfsplus_fs.h508 extern u16 hfsplus_case_fold_table[];
H A Dtables.c14 u16 hfsplus_case_fold_table[] = { variable

Completed in 121 milliseconds