Searched refs:IGNORE_CASE (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/ntfs/ |
H A D | types.h | 52 IGNORE_CASE = 1, enumerator
|
H A D | dir.c | 196 IGNORE_CASE, vol->upcase, vol->upcase_len)) { in ntfs_lookup_inode_by_name() 237 IGNORE_CASE, vol->upcase, vol->upcase_len); in ntfs_lookup_inode_by_name() 456 IGNORE_CASE, vol->upcase, vol->upcase_len)) { in ntfs_lookup_inode_by_name() 499 IGNORE_CASE, vol->upcase, vol->upcase_len); in ntfs_lookup_inode_by_name() 697 ic = ie->key.file_name.file_name_type ? IGNORE_CASE : 722 IGNORE_CASE, vol->upcase, vol->upcase_len); 884 ic = ie->key.file_name.file_name_type ? IGNORE_CASE : 909 IGNORE_CASE, vol->upcase, vol->upcase_len);
|
H A D | attrib.c | 523 * @ic: IGNORE_CASE or CASE_SENSITIVE (ignored if @name not present) 548 * If @ic is IGNORE_CASE, the @name comparisson is not case sensitive and 646 a->name_length, 1, IGNORE_CASE, in ntfs_attr_find() 822 * @ic: IGNORE_CASE or CASE_SENSITIVE (ignored if @name not present) 943 al_name_len, 1, IGNORE_CASE, in ntfs_external_attr_find() 955 * FIXME: Reverse engineering showed 0, IGNORE_CASE but in ntfs_external_attr_find() 1163 * @ic: IGNORE_CASE or CASE_SENSITIVE (ignored if @name not present)
|
/kernel/linux/linux-6.6/fs/ntfs/ |
H A D | types.h | 52 IGNORE_CASE = 1, enumerator
|
H A D | dir.c | 196 IGNORE_CASE, vol->upcase, vol->upcase_len)) { in ntfs_lookup_inode_by_name() 237 IGNORE_CASE, vol->upcase, vol->upcase_len); in ntfs_lookup_inode_by_name() 456 IGNORE_CASE, vol->upcase, vol->upcase_len)) { in ntfs_lookup_inode_by_name() 499 IGNORE_CASE, vol->upcase, vol->upcase_len); in ntfs_lookup_inode_by_name() 697 ic = ie->key.file_name.file_name_type ? IGNORE_CASE : 722 IGNORE_CASE, vol->upcase, vol->upcase_len); 884 ic = ie->key.file_name.file_name_type ? IGNORE_CASE : 909 IGNORE_CASE, vol->upcase, vol->upcase_len);
|
H A D | attrib.c | 523 * @ic: IGNORE_CASE or CASE_SENSITIVE (ignored if @name not present) 548 * If @ic is IGNORE_CASE, the @name comparisson is not case sensitive and 646 a->name_length, 1, IGNORE_CASE, in ntfs_attr_find() 822 * @ic: IGNORE_CASE or CASE_SENSITIVE (ignored if @name not present) 943 al_name_len, 1, IGNORE_CASE, in ntfs_external_attr_find() 955 * FIXME: Reverse engineering showed 0, IGNORE_CASE but in ntfs_external_attr_find() 1163 * @ic: IGNORE_CASE or CASE_SENSITIVE (ignored if @name not present)
|
Completed in 10 milliseconds