| /kernel/linux/linux-5.10/fs/efivarfs/ |
| D | super.c | 39 * 2. A case-insensitive GUID 42 * case-insensitive match on part 2. 57 /* Case-insensitive compare for the GUID */ in efivarfs_d_compare() 73 /* GUID is case-insensitive. */ in efivarfs_d_hash()
|
| /kernel/linux/linux-6.6/fs/efivarfs/ |
| D | super.c | 82 * 2. A case-insensitive GUID 85 * case-insensitive match on part 2. 100 /* Case-insensitive compare for the GUID */ in efivarfs_d_compare() 113 /* GUID is case-insensitive. */ in efivarfs_d_hash()
|
| /kernel/linux/linux-5.10/Documentation/admin-guide/ |
| D | ext4.rst | 94 * Case-insensitive file name lookups 101 case-insensitive file name lookups 104 The case-insensitive file name lookup feature is supported on a 105 per-directory basis, allowing the user to mix case-insensitive and 108 case-insensitive string match operation is only defined when we know how 110 case-insensitive directories, the filesystem must have the 123 used on large case-insensitive directories with DX feature. On DX 136 operate on that file, but the case-insensitive lookups won't work.
|
| /kernel/linux/linux-6.6/Documentation/admin-guide/ |
| D | ext4.rst | 94 * Case-insensitive file name lookups 101 case-insensitive file name lookups 104 The case-insensitive file name lookup feature is supported on a 105 per-directory basis, allowing the user to mix case-insensitive and 108 case-insensitive string match operation is only defined when we know how 110 case-insensitive directories, the filesystem must have the 123 used on large case-insensitive directories with DX feature. On DX 136 operate on that file, but the case-insensitive lookups won't work.
|
| /kernel/linux/linux-5.10/tools/testing/selftests/net/ |
| D | hwtstamp_config.c | 79 "tx_type is any of (case-insensitive):\n", in usage() 82 fputs("rx_filter is any of (case-insensitive):\n", stderr); in usage()
|
| /kernel/linux/linux-6.6/tools/testing/selftests/net/ |
| D | hwtstamp_config.c | 81 "tx_type is any of (case-insensitive):\n", in usage() 84 fputs("rx_filter is any of (case-insensitive):\n", stderr); in usage()
|
| /kernel/linux/linux-5.10/lib/ |
| D | kstrtox.c | 121 * hexadecimal (case insensitive), if it otherwise begins with 0, it will be 144 * hexadecimal (case insensitive), if it otherwise begins with 0, it will be 215 * hexadecimal (case insensitive), if it otherwise begins with 0, it will be 245 * hexadecimal (case insensitive), if it otherwise begins with 0, it will be
|
| /kernel/linux/linux-6.6/lib/ |
| D | kstrtox.c | 124 * hexadecimal (case insensitive), if it otherwise begins with 0, it will be 148 * hexadecimal (case insensitive), if it otherwise begins with 0, it will be 220 * hexadecimal (case insensitive), if it otherwise begins with 0, it will be 251 * hexadecimal (case insensitive), if it otherwise begins with 0, it will be
|
| /kernel/linux/linux-5.10/fs/ntfs/ |
| D | dir.c | 48 * insensitive match at the same time. If we find a case insensitive match, we 50 * the case insensitive match and setup @res (which we allocate!) with the mft 182 * For a case insensitive mount, we also perform a case in ntfs_lookup_inode_by_name() 183 * insensitive comparison (provided the file name is not in the in ntfs_lookup_inode_by_name() 201 /* Only one case insensitive matching name allowed. */ in ntfs_lookup_inode_by_name() 249 * Names match with case insensitive comparison, now try the in ntfs_lookup_inode_by_name() 442 * For a case insensitive mount, we also perform a case in ntfs_lookup_inode_by_name() 443 * insensitive comparison (provided the file name is not in the in ntfs_lookup_inode_by_name() 461 /* Only one case insensitive matching name allowed. */ in ntfs_lookup_inode_by_name() 511 * Names match with case insensitive comparison, now try the in ntfs_lookup_inode_by_name() [all …]
|
| /kernel/linux/linux-6.6/fs/ntfs/ |
| D | dir.c | 48 * insensitive match at the same time. If we find a case insensitive match, we 50 * the case insensitive match and setup @res (which we allocate!) with the mft 182 * For a case insensitive mount, we also perform a case in ntfs_lookup_inode_by_name() 183 * insensitive comparison (provided the file name is not in the in ntfs_lookup_inode_by_name() 201 /* Only one case insensitive matching name allowed. */ in ntfs_lookup_inode_by_name() 249 * Names match with case insensitive comparison, now try the in ntfs_lookup_inode_by_name() 442 * For a case insensitive mount, we also perform a case in ntfs_lookup_inode_by_name() 443 * insensitive comparison (provided the file name is not in the in ntfs_lookup_inode_by_name() 461 /* Only one case insensitive matching name allowed. */ in ntfs_lookup_inode_by_name() 511 * Names match with case insensitive comparison, now try the in ntfs_lookup_inode_by_name() [all …]
|
| /kernel/linux/linux-6.6/tools/perf/Documentation/ |
| D | perf-bench.txt | 164 Available units are B, KB, MB, GB and TB (case insensitive). 188 Available units are B, KB, MB, GB and TB (case insensitive).
|
| /kernel/linux/linux-5.10/tools/perf/Documentation/ |
| D | perf-bench.txt | 161 Available units are B, KB, MB, GB and TB (case insensitive). 185 Available units are B, KB, MB, GB and TB (case insensitive).
|
| /kernel/linux/linux-5.10/fs/hmdfs/ |
| D | hmdfs_dentryfile_cloud.h | 51 /* for case insensitive */
|
| /kernel/linux/linux-6.6/fs/hmdfs/ |
| D | hmdfs_dentryfile_cloud.h | 51 /* for case insensitive */
|
| /kernel/linux/linux-6.6/fs/xfs/ |
| D | Kconfig | 51 bool "Support deprecated case-insensitive ascii (ascii-ci=1) format" 67 filesystem is a case-insensitive filesystem. If no such string is
|
| /kernel/linux/linux-6.6/include/linux/ |
| D | kstrtox.h | 23 * hexadecimal (case insensitive), if it otherwise begins with 0, it will be 51 * hexadecimal (case insensitive), if it otherwise begins with 0, it will be
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | kstrtox.h | 23 * hexadecimal (case insensitive), if it otherwise begins with 0, it will be 51 * hexadecimal (case insensitive), if it otherwise begins with 0, it will be
|
| /kernel/linux/linux-6.6/fs/affs/ |
| D | Changes | 154 and case insensitive name comparisons to use 168 operate case insensitive and length ignorant
|
| /kernel/linux/linux-5.10/fs/affs/ |
| D | Changes | 154 and case insensitive name comparisons to use 168 operate case insensitive and length ignorant
|
| /kernel/linux/linux-6.6/fs/ntfs3/ |
| D | upcase.c | 30 * - Case insensitive
|
| /kernel/linux/linux-5.10/arch/x86/boot/ |
| D | string.c | 323 * hexadecimal (case insensitive), if it otherwise begins with 0, it will be 360 * hexadecimal (case insensitive), if it otherwise begins with 0, it will be
|
| /kernel/linux/linux-6.6/arch/x86/boot/ |
| D | string.c | 323 * hexadecimal (case insensitive), if it otherwise begins with 0, it will be 360 * hexadecimal (case insensitive), if it otherwise begins with 0, it will be
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/riscv/ |
| D | cpus.yaml | 62 insensitive, letters in the riscv,isa string must be all
|
| /kernel/linux/linux-6.6/fs/jfs/ |
| D | jfs_dtree.c | 41 * case-insensitive directory file system 44 * but stored, searched and compared in case-insensitive (uppercase) order 47 * sensitive: Ad, aB, aC, aD -> insensitive: aB, aC, aD, Ad 55 * either for, in case-insensitive search, duplicate 58 * router entry must be created/stored in case-insensitive way 66 * case-insensitive search: 70 * case-insensitive search of B-tree: 74 * if (leaf entry case-insensitive match found) 75 * if (next entry satisfies case-insensitive match) 77 * if (prev entry satisfies case-insensitive match) [all …]
|
| /kernel/linux/linux-6.6/Documentation/filesystems/ |
| D | vfat.rst | 118 **r**: relaxed, case insensitive 120 **n**: normal, default setting, currently case insensitive
|