Searched refs:locase (Results 1 - 6 of 6) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dunistr.h51 const ntfschar *locase, const u32 locase_len);
H A Dvolume.h255 ntfschar *locase; /* Lower case equivalents of all 65536 2-byte member in struct:_ntfs_volume
H A Dvolume.c216 if (v->locase) free(v->locase);
530 /* Default with no locase table and case sensitive file names */
531 vol->locase = (ntfschar*)NULL;
1377 vol->locase = ntfs_locase_table_build(vol->upcase,
1379 if (vol->locase) {
H A Dunistr.c407 void ntfs_name_locase(ntfschar *name, u32 name_len, const ntfschar *locase, argument
413 if (locase)
416 name[i] = locase[u];
1429 ntfs_log_error("Could not build the locase table\n");
H A Dreparse.c198 if (NVolCaseSensitive(vol) || !vol->locase) {
203 uname[i] = vol->locase[le16_to_cpu(found->file_name[i])];
H A Ddir.c1011 dir_ni->vol->locase,

Completed in 65 milliseconds