Home
last modified time | relevance | path

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

/third_party/ntfs-3g/include/ntfs-3g/
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
/third_party/ntfs-3g/libntfs-3g/
H A Dvolume.c216 if (v->locase) free(v->locase); in __ntfs_volume_release()
530 /* Default with no locase table and case sensitive file names */ in ntfs_volume_startup()
531 vol->locase = (ntfschar*)NULL; in ntfs_volume_startup()
1377 vol->locase = ntfs_locase_table_build(vol->upcase, in ntfs_set_ignore_case()
1379 if (vol->locase) { in ntfs_set_ignore_case()
H A Dunistr.c407 void ntfs_name_locase(ntfschar *name, u32 name_len, const ntfschar *locase, in ntfs_name_locase() argument
413 if (locase) in ntfs_name_locase()
416 name[i] = locase[u]; in ntfs_name_locase()
1421 ntfs_log_error("Could not build the locase table\n");
H A Dreparse.c198 if (NVolCaseSensitive(vol) || !vol->locase) { in ntfs_fix_file_name()
203 uname[i] = vol->locase[le16_to_cpu(found->file_name[i])]; in ntfs_fix_file_name()
H A Ddir.c1011 dir_ni->vol->locase, in ntfs_filldir()
/third_party/ntfs-3g/ntfsprogs/
H A Dntfsfix.c1473 /* Default with no locase table and case sensitive file names */ in fix_startup()
1474 vol->locase = (ntfschar*)NULL; in fix_startup()

Completed in 12 milliseconds