Lines Matching defs:ntfs_toupper_tab
87 static wchar *ntfs_toupper_tab;
89 #define NTFS_TOUPPER(ch) (ntfs_toupper_tab[(unsigned char)(ch)])
1745 ntfs_toupper_tab = NULL;
1751 * if the ntfs_toupper_tab[] is filled already, just raise use count;
1765 if (ntfs_toupper_tab)
1773 ntfs_toupper_tab = malloc(256 * 256 * sizeof(*ntfs_toupper_tab),
1779 0, 256 * 256 * sizeof(*ntfs_toupper_tab), (char *)ntfs_toupper_tab,
1801 free(ntfs_toupper_tab, M_NTFSRDATA);
1802 ntfs_toupper_tab = NULL;