/fs/ntfs/ |
D | dir.c | 114 err = ntfs_attr_lookup(AT_INDEX_ROOT, I30, 4, CASE_SENSITIVE, 0, NULL, in ntfs_lookup_inode_by_name() 159 CASE_SENSITIVE, vol->upcase, vol->upcase_len)) { in ntfs_lookup_inode_by_name() 269 CASE_SENSITIVE, vol->upcase, vol->upcase_len); in ntfs_lookup_inode_by_name() 419 CASE_SENSITIVE, vol->upcase, vol->upcase_len)) { in ntfs_lookup_inode_by_name() 531 CASE_SENSITIVE, vol->upcase, vol->upcase_len); in ntfs_lookup_inode_by_name() 665 err = ntfs_attr_lookup(AT_INDEX_ROOT, I30, 4, CASE_SENSITIVE, 0, NULL, 711 CASE_SENSITIVE; 754 CASE_SENSITIVE, vol->upcase, vol->upcase_len); 898 CASE_SENSITIVE; 941 CASE_SENSITIVE, vol->upcase, vol->upcase_len); [all …]
|
D | types.h | 65 CASE_SENSITIVE = 0, enumerator
|
D | file.c | 157 CASE_SENSITIVE, 0, NULL, 0, ctx); in ntfs_attr_extend_initialized() 201 CASE_SENSITIVE, 0, NULL, 0, ctx); in ntfs_attr_extend_initialized() 298 CASE_SENSITIVE, 0, NULL, 0, ctx); in ntfs_attr_extend_initialized() 1041 CASE_SENSITIVE, bh_cpos, NULL, 0, ctx); in ntfs_prepare_pages_for_non_resident_write() 1147 ni->name_len, CASE_SENSITIVE, in ntfs_prepare_pages_for_non_resident_write() 1244 CASE_SENSITIVE, bh_cpos, NULL, 0, ctx)) { in ntfs_prepare_pages_for_non_resident_write() 1480 CASE_SENSITIVE, 0, NULL, 0, ctx); in ntfs_commit_pages_after_non_resident_write() 1606 CASE_SENSITIVE, 0, NULL, 0, ctx); in ntfs_commit_pages_after_write()
|
D | attrib.c | 167 CASE_SENSITIVE, vcn, NULL, 0, ctx); in ntfs_map_runlist_nolock() 650 a->name_length, 1, CASE_SENSITIVE, in ntfs_attr_find() 953 al_name_len, 1, CASE_SENSITIVE, in ntfs_external_attr_find() 978 al_name, al_name_len, CASE_SENSITIVE, in ntfs_external_attr_find() 1063 al_name, al_name_len, CASE_SENSITIVE, in ntfs_external_attr_find() 1625 CASE_SENSITIVE, 0, NULL, 0, ctx); in ntfs_attr_make_non_resident() 2031 CASE_SENSITIVE, vcn, NULL, 0, ctx); in ntfs_attr_extend_allocation() 2331 CASE_SENSITIVE, 0, NULL, 0, ctx); in ntfs_attr_extend_allocation() 2385 if (ntfs_attr_lookup(ni->type, ni->name, ni->name_len, CASE_SENSITIVE, in ntfs_attr_extend_allocation()
|
D | mft.c | 1402 mftbmp_ni->name_len, CASE_SENSITIVE, rl[1].vcn, NULL, in ntfs_mft_bitmap_extend_allocation_nolock() 1476 mftbmp_ni->name_len, CASE_SENSITIVE, 0, NULL, in ntfs_mft_bitmap_extend_allocation_nolock() 1501 mftbmp_ni->name_len, CASE_SENSITIVE, rl[1].vcn, NULL, in ntfs_mft_bitmap_extend_allocation_nolock() 1606 mftbmp_ni->name_len, CASE_SENSITIVE, 0, NULL, 0, ctx); in ntfs_mft_bitmap_extend_initialized_nolock() 1659 mftbmp_ni->name_len, CASE_SENSITIVE, 0, NULL, 0, ctx)) { in ntfs_mft_bitmap_extend_initialized_nolock() 1835 CASE_SENSITIVE, rl[1].vcn, NULL, 0, ctx); in ntfs_mft_data_extend_allocation_nolock() 1915 mft_ni->name_len, CASE_SENSITIVE, 0, NULL, 0, in ntfs_mft_data_extend_allocation_nolock() 1940 CASE_SENSITIVE, rl[1].vcn, NULL, 0, ctx)) { in ntfs_mft_data_extend_allocation_nolock() 2474 CASE_SENSITIVE, 0, NULL, 0, ctx); in ntfs_mft_record_alloc()
|
D | inode.c | 794 err = ntfs_attr_lookup(AT_INDEX_ROOT, I30, 4, CASE_SENSITIVE, in ntfs_read_locked_inode() 921 CASE_SENSITIVE, 0, NULL, 0, ctx); in ntfs_read_locked_inode() 1267 CASE_SENSITIVE, 0, NULL, 0, ctx); in ntfs_read_locked_attr_inode() 1533 CASE_SENSITIVE, 0, NULL, 0, ctx); in ntfs_read_locked_index_inode() 1626 CASE_SENSITIVE, 0, NULL, 0, ctx); in ntfs_read_locked_index_inode() 2410 CASE_SENSITIVE, 0, NULL, 0, ctx); in ntfs_truncate() 3001 CASE_SENSITIVE, 0, NULL, 0, ctx); in __ntfs_write_inode()
|
D | unistr.c | 74 if (ic == CASE_SENSITIVE) in ntfs_are_names_equal()
|
D | namei.c | 323 err = ntfs_attr_lookup(AT_FILE_NAME, NULL, 0, CASE_SENSITIVE, 0, NULL, in ntfs_get_parent()
|
D | index.c | 165 CASE_SENSITIVE, 0, NULL, 0, actx); in ntfs_index_lookup()
|
D | aops.c | 494 CASE_SENSITIVE, 0, NULL, 0, ctx); in ntfs_readpage() 1474 CASE_SENSITIVE, 0, NULL, 0, ctx); in ntfs_writepage()
|