Searched full:insensitive (Results 1 – 25 of 57) sorted by relevance
123
/linux-6.14.4/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-6.14.4/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()
|
/linux-6.14.4/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-6.14.4/fs/efivarfs/ |
D | super.c | 136 * 2. A case-insensitive GUID 139 * case-insensitive match on part 2. 154 /* Case-insensitive compare for the GUID */ in efivarfs_d_compare() 167 /* GUID is case-insensitive. */ in efivarfs_d_hash()
|
/linux-6.14.4/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-6.14.4/tools/perf/Documentation/ |
D | perf-bench.txt | 183 Available units are B, KB, MB, GB and TB (case insensitive). 207 Available units are B, KB, MB, GB and TB (case insensitive).
|
D | perf-check.txt | 38 The feature names/macros are case-insensitive.
|
/linux-6.14.4/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
|
/linux-6.14.4/Documentation/filesystems/ |
D | tmpfs.rst | 244 tmpfs has the following mounting options for case-insensitive lookup support: 256 This option doesn't render the entire filesystem case-insensitive. One needs to 259 mountpoint itself cannot be made case-insensitive.
|
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-6.14.4/fs/affs/ |
D | Changes | 154 and case insensitive name comparisons to use 168 operate case insensitive and length ignorant
|
/linux-6.14.4/fs/ntfs3/ |
D | upcase.c | 30 * - Case insensitive
|
/linux-6.14.4/arch/x86/boot/ |
D | string.c | 315 * hexadecimal (case insensitive), if it otherwise begins with 0, it will be 352 * hexadecimal (case insensitive), if it otherwise begins with 0, it will be
|
/linux-6.14.4/Documentation/ABI/testing/ |
D | sysfs-bus-event_source-devices-events | 40 As performance monitoring event names are case insensitive
|
/linux-6.14.4/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 | 74 /* case-insensitive name/directory support */
|
/linux-6.14.4/drivers/acpi/acpica/ |
D | utnonansi.c | 85 * DESCRIPTION: Case-insensitive string compare. Implementation of the
|
/linux-6.14.4/fs/hfsplus/ |
D | hfsplus_raw.h | 209 #define HFSPLUS_KEY_CASEFOLDING 0xCF /* case-insensitive */
|
/linux-6.14.4/fs/smb/client/ |
D | fs_context.h | 256 bool nocase:1; /* request case insensitive filenames */
|
/linux-6.14.4/fs/xfs/libxfs/ |
D | xfs_dir2.h | 281 * The "ascii-ci" feature was created to speed up case-insensitive lookups for
|
/linux-6.14.4/tools/perf/bench/ |
D | mem-functions.c | 40 "Available units: B, KB, MB, GB and TB (case insensitive)"),
|
/linux-6.14.4/fs/overlayfs/ |
D | params.c | 283 * Root dentries of case-insensitive capable filesystems might in ovl_mount_dir_check() 289 return invalfc(fc, "case-insensitive capable filesystem on %s not supported", name); in ovl_mount_dir_check()
|
123