| /linux/fs/nls/ |
| H A D | Kconfig | 27 system (if different) to store data (filenames) on a disk. 43 The Microsoft FAT file system family can deal with filenames in 46 codepage if you want to be able to read/write these filenames on 47 DOS/Windows partitions correctly. This does apply to the filenames 55 The Microsoft FAT file system family can deal with filenames in 58 codepage if you want to be able to read/write these filenames on 59 DOS/Windows partitions correctly. This does apply to the filenames 67 The Microsoft FAT file system family can deal with filenames in 70 codepage if you want to be able to read/write these filenames on 71 DOS/Windows partitions correctly. This does apply to the filenames [all …]
|
| /linux/Documentation/filesystems/ |
| H A D | isofs.rst | 20 ASCII. Joliet filenames are stored in Unicode format, but 33 check=relaxed Matches filenames with different cases 34 check=strict Matches only filenames with the exact same case 36 map=off Do not map non-Rock Ridge filenames to lower case 37 map=normal Map non-Rock Ridge filenames to lower case
|
| H A D | qnx6.rst | 88 its longname. (filenames longer than 27 characters) 116 One special case are long filenames or subdirectory names. 140 Long filenames 143 Long filenames are stored in a separate addressing tree. The staring point
|
| H A D | vfat.rst | 64 Unicode characters. Long filenames are stored on disk 85 restore filenames that are created with any Unicode 300 Windows 95 but it is used by Windows NT. The case of filenames is not 302 compatible in the reverse direction, however. Filenames that fit in
|
| H A D | hfsplus.rst | 9 blocks, 255-character unicode filenames, and file sizes of 2^63 bytes.
|
| /linux/tools/lib/python/kdoc/ |
| H A D | kdoc_files.py | 331 filenames=None, export_file=None): 337 if not filenames: 338 filenames = sorted(self.results.keys()) 342 for fname in filenames: 242 msg(self, enable_lineno=False, export=False, internal=False, symbol=None, nosymbol=None, no_doc_sections=False, filenames=None, export_file=None) global() argument
|
| /linux/fs/isofs/ |
| H A D | Kconfig | 9 long Unix filenames and symbolic links are also supported by this 25 which allows for long filenames in unicode format (unicode is the
|
| /linux/tools/testing/selftests/bpf/ |
| H A D | veristat.c | 191 char **filenames; member 752 tmp = realloc(env.filenames, (env.filename_cnt + 1) * sizeof(*env.filenames)); in append_file() 755 env.filenames = tmp; in append_file() 756 env.filenames[env.filename_cnt] = strdup(path); in append_file() 757 if (!env.filenames[env.filename_cnt]) in append_file() 3014 err = parse_stats_csv(env.filenames[0], &base_specs, 3017 fprintf(stderr, "Failed to parse stats from '%s': %d\n", env.filenames[0], err); in handle_comparison_mode() 3020 err = parse_stats_csv(env.filenames[1], &comp_specs, in handle_comparison_mode() 3023 fprintf(stderr, "Failed to parse stats from '%s': %d\n", env.filenames[ in handle_comparison_mode() [all...] |
| /linux/fs/hfs/ |
| H A D | trans.c | 29 * The character '/', which is illegal in Linux filenames is replaced 30 * by ':' which never appears in HFS filenames. All other characters
|
| /linux/fs/fat/ |
| H A D | Kconfig | 55 support" below), or you will not be able to see the long filenames 68 long filenames. That includes non-compressed FAT-based file systems
|
| /linux/fs/exfat/ |
| H A D | Kconfig | 22 filenames and the UTF-16 character encoding that the exFAT
|
| /linux/tools/perf/tests/shell/ |
| H A D | probe_vfs_getname.sh | 2 # Add vfs_getname probe to get syscall args filenames (exclusive)
|
| H A D | record+script_probe_vfs_getname.sh | 2 # Use vfs_getname probe to get syscall args filenames (exclusive)
|
| /linux/drivers/base/firmware_loader/ |
| H A D | Kconfig | 29 bool "Log filenames and checksums for loaded firmware" 34 Select this option to use dynamic debug to log firmware filenames and
|
| /linux/scripts/clang-tools/ |
| H A D | gen_compile_commands.py | 88 for dirpath, dirnames, filenames in os.walk(directory, topdown=True): 94 for filename in filenames:
|
| /linux/fs/crypto/ |
| H A D | fscrypt_private.h | 179 /* Return the filenames encryption mode of a valid encryption policy */ 286 * contents or filenames encryption mode, depending on the inode type. 313 * This inode's hash key for filenames. This is a 128-bit SipHash-2-4 315 * the plaintext filenames -- currently just casefolded directories.
|
| /linux/include/uapi/linux/ |
| H A D | qnx4_fs.h | 37 /* for filenames */
|
| /linux/fs/smb/client/ |
| H A D | fs_context.h | 267 bool remap:1; /* set to remap seven reserved chars in filenames */ 274 bool nocase:1; /* request case insensitive filenames */
|
| H A D | cifs_fs_sb.h | 20 #define CIFS_MOUNT_MAP_SPECIAL_CHR 0x20 /* remap illegal chars in filenames */
|
| /linux/tools/thermal/thermometer/ |
| H A D | thermometer.8 | 55 …B-p <string>, --postfix <string>\fP option appends \fBstring\fP at the end of the capture filenames
|
| /linux/tools/perf/util/ |
| H A D | strlist.h | 21 * @file_only: When dirname is present, only consider entries as filenames,
|
| /linux/include/linux/ |
| H A D | qnx6_fs.h | 31 /* for filenames */
|
| /linux/tools/memory-model/scripts/ |
| H A D | runlitmus.sh | 55 # Generate filenames
|
| /linux/Documentation/admin-guide/cifs/ |
| H A D | usage.rst | 259 Valid filenames differ between Windows and Linux. Windows typically restricts 260 filenames which contain certain reserved characters (e.g.the character : 262 Linux allows a slightly wider set of valid characters in filenames. Windows 265 filenames (ie those which contain valid Linux characters, which normally 567 characters forbidden in typical CIFS filenames, without
|
| /linux/tools/testing/selftests/tc-testing/ |
| H A D | tdc.py | 49 for dirpath, dirnames, filenames in os.walk(plugindir): 50 for fn in filenames: 884 for root, dirnames, filenames in os.walk(testdir): 885 for filename in fnmatch.filter(filenames, '*.json'):
|