Searched full:insensitive (Results 1 – 25 of 55) sorted by relevance
123
/Linux-v6.1/fs/efivarfs/ |
D | super.c | 38 * 2. A case-insensitive GUID 41 * case-insensitive match on part 2. 56 /* Case-insensitive compare for the GUID */ in efivarfs_d_compare() 72 /* GUID is case-insensitive. */ in efivarfs_d_hash()
|
/Linux-v6.1/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.
|
D | kernel-parameters.rst | 9 punctuation and sorting digits before letters in a case insensitive
|
/Linux-v6.1/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()
|
/Linux-v6.1/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
|
D | textsearch.c | 60 * to perform case insensitive matching. But it might slow down
|
/Linux-v6.1/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 …]
|
D | volume.h | 129 Otherwise be case insensitive but still
|
D | unistr.c | 52 * the @upcase table is used to performa a case insensitive comparison.
|
/Linux-v6.1/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).
|
/Linux-v6.1/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
|
/Linux-v6.1/fs/ntfs3/ |
D | upcase.c | 30 * - Case insensitive
|
/Linux-v6.1/fs/affs/ |
D | Changes | 154 and case insensitive name comparisons to use 168 operate case insensitive and length ignorant
|
/Linux-v6.1/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
|
/Linux-v6.1/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 …]
|
D | jfs_filsys.h | 73 /* case-insensitive name/directory support */
|
/Linux-v6.1/Documentation/devicetree/bindings/riscv/ |
D | cpus.yaml | 80 insensitive, letters in the riscv,isa string must be all
|
/Linux-v6.1/Documentation/filesystems/ |
D | vfat.rst | 118 **r**: relaxed, case insensitive 120 **n**: normal, default setting, currently case insensitive
|
D | affs.rst | 19 in file names are case-insensitive, as they ought to be.
|
/Linux-v6.1/fs/cifs/ |
D | fs_context.h | 216 bool nocase:1; /* request case insensitive filenames */
|
/Linux-v6.1/drivers/acpi/acpica/ |
D | utnonansi.c | 85 * DESCRIPTION: Case-insensitive string compare. Implementation of the
|
/Linux-v6.1/fs/xfs/libxfs/ |
D | xfs_dir2.c | 56 * ASCII case-insensitive (ie. A-Z) support for directories that was 320 * If doing a CI lookup and case-insensitive match, dup actual name into
|
/Linux-v6.1/fs/hfsplus/ |
D | hfsplus_raw.h | 209 #define HFSPLUS_KEY_CASEFOLDING 0xCF /* case-insensitive */
|
/Linux-v6.1/tools/perf/bench/ |
D | mem-functions.c | 40 "Available units: B, KB, MB, GB and TB (case insensitive)"),
|
/Linux-v6.1/tools/include/uapi/linux/ |
D | fs.h | 269 #define FS_CASEFOLD_FL 0x40000000 /* Folder is case insensitive */
|
123