/linux/tools/perf/Documentation/ |
H A D | perf-bench.txt | 183 Available units are B, KB, MB, GB and TB (case insensitive). 188 Available values are 4KB, 2MB, 1GB (case insensitive). 193 Available units are B, KB, MB, GB and TB (case insensitive). 217 Available units are B, KB, MB, GB and TB (case insensitive). 222 Available values are 4KB, 2MB, 1GB (case insensitive). 227 Available units are B, KB, MB, GB and TB (case insensitive). 251 Available units are B, KB, MB, GB and TB (case insensitive). 256 Available values are 4KB, 2MB, 1GB (case insensitive).
|
H A D | perf-check.txt | 38 The feature names/macros are case-insensitive.
|
/linux/tools/testing/selftests/net/ |
H A 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/lib/ |
H A 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
|
H A D | textsearch.c | 60 * to perform case insensitive matching. But it might slow down
|
H A D | string.c | 35 * strncasecmp - Case insensitive, length-limited string comparison
|
/linux/fs/efivarfs/ |
H A D | super.c | 144 * 2. A case-insensitive GUID 147 * case-insensitive match on part 2. 166 /* Case-insensitive compare for the GUID */ in efivarfs_d_compare() 179 /* GUID is case-insensitive. */ in efivarfs_d_hash()
|
/linux/fs/xfs/ |
H A 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
|
H A D | xfs_iops.c | 369 /* else case-insensitive match... */ in xfs_vn_ci_lookup() 419 * but still hashed. This is incompatible with case-insensitive in xfs_vn_unlink()
|
/linux/tools/perf/bench/ |
H A D | mem-functions.c | 48 "Available units: B, KB, MB, GB and TB (case insensitive)"), 52 "Available sizes: 4KB, 2MB, 1GB (case insensitive)"), 69 "Available units: B, KB, MB, GB and TB (case insensitive)"),
|
/linux/fs/affs/ |
H A D | Changes | 154 and case insensitive name comparisons to use 168 operate case insensitive and length ignorant
|
/linux/fs/ntfs3/ |
H A D | upcase.c | 30 * - Case insensitive
|
/linux/arch/x86/boot/ |
H A 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/fs/jfs/ |
H A 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 …]
|
/linux/Documentation/filesystems/ |
H A D | vfat.rst | 118 **r**: relaxed, case insensitive 120 **n**: normal, default setting, currently case insensitive
|
H A D | affs.rst | 19 in file names are case-insensitive, as they ought to be.
|
/linux/drivers/acpi/acpica/ |
H A D | utnonansi.c | 85 * DESCRIPTION: Case-insensitive string compare. Implementation of the
|
/linux/fs/hfsplus/ |
H A D | hfsplus_raw.h | 209 #define HFSPLUS_KEY_CASEFOLDING 0xCF /* case-insensitive */
|
/linux/fs/xfs/libxfs/ |
H A D | xfs_dir2.h | 281 * The "ascii-ci" feature was created to speed up case-insensitive lookups for
|
H A D | xfs_dir2_sf.c | 889 * number. If it's the first case-insensitive match, store the in xfs_dir2_sf_lookup() 905 * If a case-insensitive match was not found, return -ENOENT. in xfs_dir2_sf_lookup()
|
H A D | xfs_dir2.c | 68 * ASCII case-insensitive (ie. A-Z) support for directories that was 367 * If doing a CI lookup and case-insensitive match, dup actual name into
|
/linux/fs/smb/client/ |
H A D | fs_context.h | 274 bool nocase:1; /* request case insensitive filenames */
|
/linux/fs/vboxsf/ |
H A D | shfl_hostintf.h | 446 * False if the filesystem is case insensitive.
|
/linux/fs/ |
H A D | dcache.c | 2112 * @inode: the inode case-insensitive lookup has found 2115 * This is to avoid filling the dcache with case-insensitive names to the 2117 * case-insensitive filesystems. 2119 * For a case-insensitive lookup match and if the case-exact dentry
|
/linux/tools/include/uapi/linux/ |
H A D | fs.h | 303 #define FS_CASEFOLD_FL 0x40000000 /* Folder is case insensitive */
|