Searched refs:filenames (Results 1 – 25 of 27) sorted by relevance
12
/Linux-v4.19/fs/nls/ |
D | Kconfig | 26 system (if different) to store data (filenames) on a disk. 42 The Microsoft FAT file system family can deal with filenames in 45 codepage if you want to be able to read/write these filenames on 46 DOS/Windows partitions correctly. This does apply to the filenames 54 The Microsoft FAT file system family can deal with filenames in 57 codepage if you want to be able to read/write these filenames on 58 DOS/Windows partitions correctly. This does apply to the filenames 66 The Microsoft FAT file system family can deal with filenames in 69 codepage if you want to be able to read/write these filenames on 70 DOS/Windows partitions correctly. This does apply to the filenames [all …]
|
/Linux-v4.19/Documentation/filesystems/ |
D | isofs.txt | 10 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
|
D | fscrypt.rst | 30 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 84 hide the plaintext file contents or filenames from other users on the 115 greater of the key length needed by the contents and filenames 142 contents encryption and as a CTS-CBC key for filenames encryption 151 - Per-file keys strengthen the encryption of filenames, where IVs are 188 and one encryption mode to be specified for filenames. Different 192 - AES-256-XTS for contents and AES-256-CTS-CBC for filenames 193 - AES-128-CBC for contents and AES-128-CTS-CBC for filenames [all …]
|
D | qnx6.txt | 79 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
|
D | hfsplus.txt | 7 blocks, 255-character unicode filenames, and file sizes of 2^63 bytes.
|
D | vfat.txt | 47 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
|
D | ext2.txt | 182 the filenames in the directory; a pending enhancement uses hashing of the 183 filenames to allow lookup without the need to scan the entire directory. 337 have to be 8 character filenames, even then we are fairly close to 338 running out of unique filenames.
|
D | hpfs.txt | 54 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
|
D | ramfs-rootfs-initramfs.txt | 180 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
|
D | affs.txt | 188 By default, filenames are truncated to 30 characters without warning.
|
D | seq_file.txt | 216 There are also a pair of functions for printing filenames:
|
/Linux-v4.19/tools/testing/selftests/powerpc/ptrace/ |
D | core-pkey.c | 258 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-v4.19/fs/isofs/ |
D | Kconfig | 7 long Unix filenames and symbolic links are also supported by this 23 which allows for long filenames in unicode format (unicode is the
|
/Linux-v4.19/tools/testing/selftests/tc-testing/ |
D | tdc.py | 44 for dirpath, dirnames, filenames in os.walk(plugindir): 45 for fn in filenames: 554 for root, dirnames, filenames in os.walk(testdir): 555 for filename in fnmatch.filter(filenames, '*.json'):
|
/Linux-v4.19/scripts/dtc/ |
D | dtc-lexer.l | 96 /* Don't allow nuls in filenames */
|
/Linux-v4.19/fs/fat/ |
D | Kconfig | 52 support" below), or you will not be able to see the long filenames 65 long filenames. That includes non-compressed FAT-based file systems
|
/Linux-v4.19/Documentation/netlabel/ |
D | introduction.txt | 25 directory, consult '00-INDEX' for filenames.
|
/Linux-v4.19/fs/reiserfs/ |
D | Kconfig | 5 Stores not just filenames but the files themselves in a balanced
|
/Linux-v4.19/Documentation/filesystems/caching/ |
D | cachefiles.txt | 252 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-v4.19/scripts/ |
D | Kbuild.include | 372 # Note: We also print the filenames in the quiet_cmd_foo text, and 380 # and double quotes, backslashes and spaces in the filenames.
|
/Linux-v4.19/tools/power/pm-graph/ |
D | sleepgraph.py | 4689 for dirname, dirnames, filenames in os.walk('/sys/devices'): 4691 'control' not in filenames or 4692 tgtval not in filenames): 4710 if i in filenames: 4794 for dirname, dirnames, filenames in os.walk('/sys/devices'): 4795 if(re.match('.*/power', dirname) and 'async' in filenames): 5393 for dirname, dirnames, filenames in os.walk(subdir): 5395 for filename in filenames: 5408 for dirname, dirnames, filenames in os.walk(subdir): 5409 for filename in filenames:
|
/Linux-v4.19/Documentation/filesystems/cifs/ |
D | README | 236 Valid filenames differ between Windows and Linux. Windows typically restricts 237 filenames which contain certain reserved characters (e.g.the character : 239 Linux allows a slightly wider set of valid characters in filenames. Windows 242 filenames (ie those which contain valid Linux characters, which normally 486 characters forbidden in typical CIFS filenames, without
|
/Linux-v4.19/Documentation/ |
D | rtc.txt | 28 different filenames of course), but the hardware may not offer the
|
/Linux-v4.19/fs/affs/ |
D | Changes | 214 invalid filenames didn't work correctly.
|
/Linux-v4.19/Documentation/process/ |
D | applying-patches.rst | 53 source directory and then strip the first element of the path from filenames
|
12