Home
last modified time | relevance | path

Searched refs:filenames (Results 1 – 25 of 30) sorted by relevance

12

/Linux-v5.4/fs/nls/
DKconfig27 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-v5.4/Documentation/filesystems/
Disofs.txt10 ASCII. Joliet filenames are stored in Unicode format, but
20 check=relaxed Matches filenames with different cases
21 check=strict Matches only filenames with the exact same case
23 map=off Do not map non-Rock Ridge filenames to lower case
24 map=normal Map non-Rock Ridge filenames to lower case
Dfscrypt.rst30 However, except for filenames, fscrypt does not encrypt filesystem
39 needed. eCryptfs also limits encrypted filenames to 143 bytes,
57 protects the confidentiality of file contents and filenames in the
90 plaintext file contents or filenames from other users on the same
137 - In general, decrypted contents and filenames in the kernel VFS
179 greater of the key length needed by the contents and filenames
268 suitable for both contents and filenames encryption, and it accepts
277 filenames) is encrypted, the file's 16-byte nonce is included in the
299 and one encryption mode to be specified for filenames. Different
303 - AES-256-XTS for contents and AES-256-CTS-CBC for filenames
[all …]
Dqnx6.txt79 its longname. (filenames longer than 27 characters)
103 One special case are long filenames or subdirectory names.
124 Long filenames
127 Long filenames are stored in a separate addressing tree. The staring point
Dhfsplus.txt7 blocks, 255-character unicode filenames, and file sizes of 2^63 bytes.
Dvfat.txt47 Unicode characters. Long filenames are stored on disk
66 restore filenames that are created with any Unicode
263 Windows 95 but it is used by Windows NT. The case of filenames is not
Dext2.txt188 the filenames in the directory; a pending enhancement uses hashing of the
189 filenames to allow lookup without the need to scan the entire directory.
343 have to be 8 character filenames, even then we are fairly close to
344 running out of unique filenames.
Dhpfs.txt54 As in OS/2, filenames are case insensitive. However, shell thinks that names
213 0.93 Fixed bug that locked up the machine when there were too many filenames
222 using 0xff in filenames
Dramfs-rootfs-initramfs.txt180 cpio -i -d -H newc -F initramfs_data.cpio --no-absolute-filenames
207 of filenames is with the find command; you should give find the -depth option
Daffs.txt188 By default, filenames are truncated to 30 characters without warning.
/Linux-v5.4/tools/testing/selftests/powerpc/ptrace/
Dcore-pkey.c258 char *filenames, *filename[3]; in parent() local
291 filename[0] = filenames = malloc(PATH_MAX); in parent()
292 if (!filenames) { in parent()
344 free(filenames); in parent()
/Linux-v5.4/scripts/
Dgen_compile_commands.py121 for dirpath, _, filenames in os.walk(directory):
122 for filename in filenames:
DKbuild.include296 # Note: We also print the filenames in the quiet_cmd_foo text, and
304 # and double quotes, backslashes and spaces in the filenames.
/Linux-v5.4/fs/isofs/
DKconfig8 long Unix filenames and symbolic links are also supported by this
24 which allows for long filenames in unicode format (unicode is the
/Linux-v5.4/tools/testing/selftests/tc-testing/
Dtdc.py48 for dirpath, dirnames, filenames in os.walk(plugindir):
49 for fn in filenames:
649 for root, dirnames, filenames in os.walk(testdir):
650 for filename in fnmatch.filter(filenames, '*.json'):
/Linux-v5.4/Documentation/kbuild/
Dreproducible-builds.rst49 Absolute filenames
53 absolute filenames for the source files. This must be overridden by
/Linux-v5.4/scripts/dtc/
Ddtc-lexer.l81 /* Don't allow nuls in filenames */
/Linux-v5.4/fs/fat/
DKconfig53 support" below), or you will not be able to see the long filenames
66 long filenames. That includes non-compressed FAT-based file systems
/Linux-v5.4/tools/perf/
Dbuiltin-record.c70 char **filenames; member
1150 if (rec->switch_output.filenames[n]) { in record__switch_output()
1151 remove(rec->switch_output.filenames[n]); in record__switch_output()
1152 zfree(&rec->switch_output.filenames[n]); in record__switch_output()
1154 rec->switch_output.filenames[n] = new_filename; in record__switch_output()
2348 rec->switch_output.filenames = calloc(sizeof(char *), in cmd_record()
2350 if (!rec->switch_output.filenames) in cmd_record()
/Linux-v5.4/fs/reiserfs/
DKconfig6 Stores not just filenames but the files themselves in a balanced
/Linux-v5.4/Documentation/filesystems/caching/
Dcachefiles.txt252 if they do. Their filenames all begin "D..." or "E...". If represented as a
256 Special objects are similar to data objects, except their filenames begin
289 object filenames indicate the encoding:
/Linux-v5.4/Documentation/admin-guide/cifs/
Dusage.rst260 Valid filenames differ between Windows and Linux. Windows typically restricts
261 filenames which contain certain reserved characters (e.g.the character :
263 Linux allows a slightly wider set of valid characters in filenames. Windows
266 filenames (ie those which contain valid Linux characters, which normally
566 characters forbidden in typical CIFS filenames, without
/Linux-v5.4/Documentation/admin-guide/
Drtc.rst28 different filenames of course), but the hardware may not offer the
/Linux-v5.4/tools/power/pm-graph/
Dsleepgraph.py953 for dirname, dirnames, filenames in os.walk('/sys/devices'):
954 if(re.match('.*/power', dirname) and 'async' in filenames):
5257 for dirname, dirnames, filenames in os.walk('/sys/devices'):
5259 'control' not in filenames or
5260 tgtval not in filenames):
5278 if i in filenames:
6048 for dirname, dirnames, filenames in os.walk(subdir):
6050 for filename in filenames:
6075 for dirname, dirnames, filenames in os.walk(subdir):
6076 for filename in filenames:
/Linux-v5.4/fs/affs/
DChanges214 invalid filenames didn't work correctly.

12