| /linux/fs/ntfs/ |
| H A D | dir.c | 107 err = ntfs_attr_lookup(AT_INDEX_ROOT, I30, 4, CASE_SENSITIVE, 0, NULL, in ntfs_lookup_inode_by_name() 155 CASE_SENSITIVE, vol->upcase, vol->upcase_len)) { in ntfs_lookup_inode_by_name() 261 CASE_SENSITIVE, vol->upcase, vol->upcase_len); in ntfs_lookup_inode_by_name() 390 CASE_SENSITIVE, vol->upcase, vol->upcase_len)) { in ntfs_lookup_inode_by_name() 497 CASE_SENSITIVE, vol->upcase, vol->upcase_len); in ntfs_lookup_inode_by_name() 831 if (ntfs_attr_lookup(AT_INDEX_ROOT, I30, 4, CASE_SENSITIVE, 0, NULL, 0, in ntfs_readdir() 1033 ret = ntfs_attr_lookup(AT_INDEX_ROOT, I30, 4, CASE_SENSITIVE, 0, NULL, in ntfs_check_empty_dir()
|
| H A D | attrib.c | 172 CASE_SENSITIVE, vcn, NULL, 0, ctx); in ntfs_map_runlist_nolock() 925 a->name_length, 1, CASE_SENSITIVE, in ntfs_attr_find() 1329 al_name_len, 1, CASE_SENSITIVE, in ntfs_external_attr_find() 1353 al_name, al_name_len, CASE_SENSITIVE, in ntfs_external_attr_find() 1451 al_name, al_name_len, CASE_SENSITIVE, in ntfs_external_attr_find() 1990 CASE_SENSITIVE, 0, NULL, 0, ctx); in ntfs_attr_make_non_resident() 2328 CASE_SENSITIVE, 0, NULL, 0, ctx); in ntfs_attr_set_initialized_size() 2434 err = ntfs_attr_find(type, name, name_len, CASE_SENSITIVE, val, size, ctx); in ntfs_resident_attr_record_add() 2555 err = ntfs_attr_find(type, name, name_len, CASE_SENSITIVE, NULL, 0, ctx); in ntfs_non_resident_attr_record_add() 2629 err = ntfs_attr_lookup(type, name, name_len, CASE_SENSITIVE, in ntfs_non_resident_attr_record_add() [all …]
|
| H A D | inode.c | 923 err = ntfs_attr_lookup(AT_INDEX_ROOT, name, name_len, CASE_SENSITIVE, in ntfs_read_locked_inode() 1318 CASE_SENSITIVE, 0, NULL, 0, ctx); in ntfs_read_locked_attr_inode() 1559 CASE_SENSITIVE, 0, NULL, 0, ctx); in ntfs_read_locked_index_inode() 1622 CASE_SENSITIVE, 0, NULL, 0, ctx); in ntfs_read_locked_index_inode() 2496 CASE_SENSITIVE, 0, NULL, 0, ctx); in ntfs_inode_sync_standard_information() 2601 0, CASE_SENSITIVE, 0, NULL, 0, ctx)) { in ntfs_inode_sync_filename() 3180 CASE_SENSITIVE, 0, NULL, 0, ctx)) { in ntfs_inode_add_attrlist() 3204 CASE_SENSITIVE, in ntfs_inode_add_attrlist() 3391 err = ntfs_attr_lookup(type, NULL, 0, CASE_SENSITIVE, 0, NULL, in ntfs_attr_position() 3412 err = ntfs_attr_lookup(atype, NULL, 0, CASE_SENSITIVE, 0, NULL, in ntfs_attr_position() [all …]
|
| H A D | mft.c | 1308 mftbmp_ni->name_len, CASE_SENSITIVE, rl[1].vcn, NULL, in ntfs_mft_bitmap_extend_allocation_nolock() 1373 mftbmp_ni->name_len, CASE_SENSITIVE, 0, NULL, in ntfs_mft_bitmap_extend_allocation_nolock() 1399 mftbmp_ni->name_len, CASE_SENSITIVE, rl[1].vcn, NULL, in ntfs_mft_bitmap_extend_allocation_nolock() 1508 mftbmp_ni->name_len, CASE_SENSITIVE, 0, NULL, 0, ctx); in ntfs_mft_bitmap_extend_initialized_nolock() 1559 mftbmp_ni->name_len, CASE_SENSITIVE, 0, NULL, 0, ctx)) { in ntfs_mft_bitmap_extend_initialized_nolock() 1743 CASE_SENSITIVE, rl[1].vcn, NULL, 0, ctx); in ntfs_mft_data_extend_allocation_nolock() 1812 mft_ni->name_len, CASE_SENSITIVE, 0, NULL, 0, in ntfs_mft_data_extend_allocation_nolock() 1836 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()
|
| H A D | attrib.h | 174 return ntfs_attr_lookup(AT_UNUSED, NULL, 0, CASE_SENSITIVE, 0, in ntfs_attrs_walk()
|
| H A D | ntfs.h | 84 CASE_SENSITIVE = 0, enumerator
|
| H A D | wof.c | 314 CASE_SENSITIVE, 0, NULL, 0, ctx); in parse_wof_chunk_table() 402 CASE_SENSITIVE, 0, NULL, 0, ctx); in ntfs_read_wof_chunk()
|
| H A D | namei.c | 868 while ((err = ntfs_attr_lookup(AT_FILE_NAME, AT_UNNAMED, 0, CASE_SENSITIVE, in ntfs_delete() 905 case_sensitive = CASE_SENSITIVE; in ntfs_delete() 1612 err = ntfs_attr_lookup(AT_FILE_NAME, NULL, 0, CASE_SENSITIVE, 0, NULL, in ntfs_get_parent()
|
| H A D | ea.c | 671 CASE_SENSITIVE, 0, NULL, 0, ctx); in ntfs_new_attr_flags() 720 ni->name_len, CASE_SENSITIVE, in ntfs_new_attr_flags()
|
| H A D | attrlist.c | 374 AT_UNNAMED, attr->name_length, CASE_SENSITIVE, in ntfs_attrlist_entry_add()
|
| H A D | index.c | 587 if (ntfs_attr_lookup(AT_INDEX_ROOT, name, name_len, CASE_SENSITIVE, in ntfs_ir_lookup()
|