/linux/Documentation/admin-guide/ |
H A 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.
|
/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
|
/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/fs/efivarfs/ |
H A 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/include/linux/ |
H A 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/tools/perf/Documentation/ |
H A 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).
|
/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 | 368 /* else case-insensitive match... */ in xfs_vn_ci_lookup() 418 * but still hashed. This is incompatible with case-insensitive in xfs_vn_unlink()
|
/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/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.
|
H A D | hpfs.rst | 63 As in OS/2, filenames are case insensitive. However, shell thinks that names
|
/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/tools/perf/bench/ |
H A D | mem-functions.c | 40 "Available units: B, KB, MB, GB and TB (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/overlayfs/ |
H A 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()
|
/linux/fs/vboxsf/ |
H A D | shfl_hostintf.h | 446 * False if the filesystem is case insensitive.
|
/linux/fs/ |
H A D | dcache.c | 2070 * @inode: the inode case-insensitive lookup has found 2073 * This is to avoid filling the dcache with case-insensitive names to the 2075 * case-insensitive filesystems. 2077 * For a case-insensitive lookup match and if the case-exact dentry
|
/linux/tools/include/uapi/linux/ |
H A D | fs.h | 294 #define FS_CASEFOLD_FL 0x40000000 /* Folder is case insensitive */
|
/linux/tools/perf/trace/beauty/include/uapi/linux/ |
H A D | fs.h | 294 #define FS_CASEFOLD_FL 0x40000000 /* Folder is case insensitive */
|