/third_party/ntfs-3g/include/ntfs-3g/ |
H A D | unistr.h | 36 const ntfschar *upcase, const u32 upcase_len); 48 const ntfschar *upcase, const u32 upcase_len); 54 const ntfschar *upcase, const u32 upcase_len); 61 const ntfschar *upcase, u32 upcase_len);
|
H A D | volume.h | 253 u32 upcase_len; /* Length in Unicode characters of the upcase member
|
/third_party/ntfs-3g/libntfs-3g/ |
H A D | unistr.c | 148 * @upcase_len: upcase table size 168 const u32 upcase_len) in ntfs_names_full_collate() 175 if (!name1 || !name2 || !upcase || !upcase_len) { in ntfs_names_full_collate() 189 if (u1 < upcase_len) in ntfs_names_full_collate() 191 if (u2 < upcase_len) in ntfs_names_full_collate() 199 if (u1 < upcase_len) in ntfs_names_full_collate() 201 if (u2 < upcase_len) in ntfs_names_full_collate() 222 if (u1 < upcase_len) in ntfs_names_full_collate() 224 if (u2 < upcase_len) in ntfs_names_full_collate() 387 * @upcase_len 165 ntfs_names_full_collate(const ntfschar *name1, const u32 name1_len, const ntfschar *name2, const u32 name2_len, const IGNORE_CASE_BOOL ic, const ntfschar *upcase, const u32 upcase_len) ntfs_names_full_collate() argument 393 ntfs_name_upcase(ntfschar *name, u32 name_len, const ntfschar *upcase, const u32 upcase_len) ntfs_name_upcase() argument 429 ntfs_file_value_upcase(FILE_NAME_ATTR *file_name_attr, const ntfschar *upcase, const u32 upcase_len) ntfs_file_value_upcase() argument 1383 u32 upcase_len = 0; global() local [all...] |
H A D | volume.c | 526 vol->upcase_len = ntfs_upcase_build_default(&vol->upcase); in ntfs_volume_startup() 527 if (!vol->upcase_len || !vol->upcase) in ntfs_volume_startup() 1100 if (vol->upcase_len != na->data_size >> 1) { in ntfs_device_mount() 1101 vol->upcase_len = na->data_size >> 1; in ntfs_device_mount() 1125 while ((k < vol->upcase_len) in ntfs_device_mount() 1378 vol->upcase_len); in ntfs_set_ignore_case()
|
H A D | collate.c | 234 CASE_SENSITIVE, vol->upcase, vol->upcase_len); in ntfs_collate_file_name()
|
H A D | dir.c | 336 case_sensitivity, vol->upcase, vol->upcase_len); in ntfs_inode_lookup_by_name() 457 case_sensitivity, vol->upcase, vol->upcase_len); in ntfs_inode_lookup_by_name() 541 dir_ni->vol->upcase, dir_ni->vol->upcase_len); in ntfs_inode_lookup_by_mbsname() 617 dir_ni->vol->upcase, dir_ni->vol->upcase_len); in ntfs_inode_update_mbsname() 1012 dir_ni->vol->upcase_len); in ntfs_filldir() 1992 ni->vol->upcase, ni->vol->upcase_len)){ in ntfs_delete() 2473 ni->vol->upcase, ni->vol->upcase_len); in ntfs_get_ntfs_dos_name()
|
H A D | attrib.c | 2834 u32 upcase_len; local 2841 upcase_len = vol->upcase_len; 2850 upcase_len = 0; 2916 upcase, upcase_len)))) { 3235 vol->upcase, vol->upcase_len)))) { 3266 vol->upcase, vol->upcase_len)) 3345 vol->upcase, vol->upcase_len)) 3688 !vol->upcase || !vol->upcase_len))) { 3972 CASE_SENSITIVE, vol->upcase, vol->upcase_len)) [all...] |
H A D | reparse.c | 163 if ((cpuchar < vol->upcase_len) in ntfs_fix_file_name() 189 vol->upcase, vol->upcase_len)) in ntfs_fix_file_name()
|
/third_party/ntfs-3g/ntfsprogs/ |
H A D | ntfsfix.c | 634 l = ntfs_attr_pwrite(na, 0, vol->upcase_len*2, in rewrite_upcase() 636 if (l != vol->upcase_len*2) { in rewrite_upcase() 664 u32 upcase_len; in fix_upcase() local 696 upcase_len = na->data_size >> 1; in fix_upcase() 711 while ((k < upcase_len) in fix_upcase() 732 vol->upcase_len = upcase_len; in fix_upcase() 1469 vol->upcase_len = ntfs_upcase_build_default(&vol->upcase); in fix_startup() 1470 if (!vol->upcase_len || !vol->upcase) in fix_startup()
|
H A D | mkntfs.c | 1219 u32 upcase_len = g_vol->upcase_len; in mkntfs_attr_find() local 1263 a->name_length, ic, upcase, upcase_len)) { in mkntfs_attr_find() 1270 upcase, upcase_len); in mkntfs_attr_find() 1286 upcase, upcase_len); in mkntfs_attr_find() 2751 g_vol->upcase_len); in insert_index_entry_in_res_dir_index() 2756 g_vol->upcase_len); in insert_index_entry_in_res_dir_index() 2775 g_vol->upcase_len); in insert_index_entry_in_res_dir_index() 2780 g_vol->upcase_len); in insert_index_entry_in_res_dir_index() 3075 IGNORE_CASE, g_vol->upcase, g_vol->upcase_len); in insert_file_link_in_dir_index() [all...] |
H A D | ntfsundelete.c | 156 u32 upcase_len; member 178 || ((c = le16_to_cpu(*f)) < pre->upcase_len in patmatch() 241 pre->upcase_len = 0; in regcomp() 249 if (c < pre->upcase_len) in regcomp() 2261 re->upcase_len = vol->upcase_len; in scan_disk()
|
H A D | ntfsmove.c | 500 IGNORE_CASE, ino->vol->upcase, ino->vol->upcase_len)) { in dont_move()
|