| /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 | fscrypt.rst | 30 However, except for filenames, fscrypt does not encrypt filesystem 39 inodes are needed. eCryptfs also limits encrypted filenames to 143 57 protects the confidentiality of file contents and filenames in the 90 plaintext file contents or filenames from other users on the same 114 subkeys such as filenames encryption keys) are protected from 144 - In general, decrypted contents and filenames in the kernel VFS 206 greater of the security strength of the contents and filenames 290 suitable for both contents and filenames encryption, and it accepts 299 (contents or filenames) is encrypted, the file's 16-byte nonce is 317 key and a single filenames encryption key. To still encrypt different [all …]
|
| 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 | hfsplus.rst | 9 blocks, 255-character unicode filenames, and file sizes of 2^63 bytes.
|
| H A D | ext2.rst | 191 the filenames in the directory; a pending enhancement uses hashing of the 192 filenames to allow lookup without the need to scan the entire directory. 348 have to be 8 character filenames, even then we are fairly close to 349 running out of unique filenames.
|
| 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
|
| H A D | ramfs-rootfs-initramfs.rst | 185 cpio -i -d -H newc -F initramfs_data.cpio --no-absolute-filenames 214 of filenames is with the find command; you should give find the -depth
|
| H A D | affs.rst | 212 By default, filenames are truncated to 30 characters without warning.
|
| /linux/Documentation/sphinx/ |
| H A D | kerneldoc.py | 215 filenames = self.parse_args["file_list"] 216 for filename in filenames: 258 filenames = self.parse_args["file_list"] 260 for filename, out in kfiles.msg(**self.msg_args, filenames=filenames):
|
| /linux/tools/lib/python/kdoc/ |
| H A D | kdoc_files.py | 242 filenames=None, export_file=None): argument 250 if not filenames: 251 filenames = sorted(self.results.keys()) 255 for fname in filenames:
|
| /linux/tools/testing/selftests/bpf/ |
| H A D | veristat.c | 191 char **filenames; 752 tmp = realloc(env.filenames, (env.filename_cnt + 1) * sizeof(*env.filenames)); in append_file_from_file() 755 env.filenames = tmp; in append_file_from_file() 756 env.filenames[env.filename_cnt] = strdup(path); in append_file_from_file() 757 if (!env.filenames[env.filename_cnt]) in append_file_from_file() 3028 err = parse_stats_csv(env.filenames[0], &base_specs, in handle_comparison_mode() 3031 fprintf(stderr, "Failed to parse stats from '%s': %d\n", env.filenames[0], err); in handle_comparison_mode() 3034 err = parse_stats_csv(env.filenames[1], &comp_specs, in handle_comparison_mode() 3037 fprintf(stderr, "Failed to parse stats from '%s': %d\n", env.filenames[ in handle_comparison_mode() 185 char **filenames; global() member [all...] |
| /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/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/exfat/ |
| H A D | Kconfig | 22 filenames and the UTF-16 character encoding that the exFAT
|
| /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: 881 for root, dirnames, filenames in os.walk(testdir): 882 for filename in fnmatch.filter(filenames, '*.json'):
|
| /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/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/tools/perf/ |
| H A D | builtin-record.c | 93 char **filenames; member 1944 if (rec->switch_output.filenames[n]) { in record__switch_output() 1945 remove(rec->switch_output.filenames[n]); in record__switch_output() 1946 zfree(&rec->switch_output.filenames[n]); in record__switch_output() 1948 rec->switch_output.filenames[n] = new_filename; in record__switch_output() 4227 rec->switch_output.filenames = calloc(rec->switch_output.num_files, in cmd_record() 4229 if (!rec->switch_output.filenames) { in cmd_record()
|
| /linux/Documentation/filesystems/caching/ |
| H A D | cachefiles.rst | 232 if they do. Their filenames all begin "D..." or "E...". If represented as a 236 Special objects are similar to data objects, except their filenames begin 269 object filenames indicate the encoding:
|
| /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/Documentation/admin-guide/ |
| H A D | rtc.rst | 28 different filenames of course), but the hardware may not offer the
|
| /linux/tools/power/pm-graph/ |
| H A D | sleepgraph.py | 1024 for dirname, dirnames, filenames in os.walk('/sys/devices'): 1025 if(re.match(r'.*/power', dirname) and 'async' in filenames): 5668 for dirname, dirnames, filenames in os.walk('/sys/devices'): 5670 'control' not in filenames or 5671 tgtval not in filenames): 5689 if i in filenames: 6471 for dirname, dirnames, filenames in os.walk(subdir): 6473 for filename in filenames: 6499 for dirname, dirnames, filenames in os.walk(subdir): 6500 for filename in filenames:
|
| /linux/fs/affs/ |
| H A D | Changes | 214 invalid filenames didn't work correctly.
|
| /linux/Documentation/block/ |
| H A D | inline-encryption.rst | 404 tasks that can't use the inline encryption hardware, such as filenames 454 (HKDF-SHA512) to derive other subkeys such as filenames encryption keys.
|