Home
last modified time | relevance | path

Searched full:filenames (Results 1 – 25 of 184) sorted by relevance

12345678

/kernel/linux/linux-6.6/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 …]
/kernel/linux/linux-5.10/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 …]
/kernel/linux/linux-6.6/Documentation/filesystems/
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 security strength of the contents and filenames
263 suitable for both contents and filenames encryption, and it accepts
272 (contents or filenames) is encrypted, the file's 16-byte nonce is
290 key and a single filenames encryption key. To still encrypt different
323 plaintext filenames, the KDF is also used to derive a 128-bit
[all …]
Disofs.rst20 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
Dqnx6.rst88 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
Dvfat.rst64 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
/kernel/linux/linux-5.10/Documentation/filesystems/
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 security strength of the contents and filenames
263 suitable for both contents and filenames encryption, and it accepts
272 (contents or filenames) is encrypted, the file's 16-byte nonce is
290 key and a single filenames encryption key. To still encrypt different
323 plaintext filenames, the KDF is also used to derive a 128-bit
[all …]
Disofs.rst20 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
Dqnx6.rst88 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
/kernel/linux/linux-6.6/fs/crypto/
Dfname.c23 * filenames encryption modes. Filenames shorter than this will be zero-padded
34 * mean using the ciphertext filenames. However, since the ciphertext filenames
56 * take the performance hit of SHA-256 on very long filenames (which are rare).
82 * @inode: inode of the parent directory (for regular filenames)
139 * @inode: inode of the parent directory (for regular filenames)
199 * base64 to avoid the '/' character, which isn't allowed in filenames.
287 * Filenames that are shorter than the maximum length may have their lengths
303 * fscrypt_fname_alloc_buffer() - allocate a buffer for presented filenames
304 * @max_encrypted_len: maximum length of encrypted filenames the buffer will be
328 * fscrypt_fname_free_buffer() - free a buffer for presented filenames
[all …]
/kernel/linux/linux-5.10/fs/crypto/
Dfname.c27 * mean using the ciphertext filenames. However, since the ciphertext filenames
49 * take the performance hit of SHA-256 on very long filenames (which are rare).
77 * @inode: inode of the parent directory (for regular filenames)
132 * @inode: inode of the parent directory (for regular filenames)
253 * fscrypt_fname_alloc_buffer() - allocate a buffer for presented filenames
254 * @max_encrypted_len: maximum length of encrypted filenames the buffer will be
280 * fscrypt_fname_free_buffer() - free a buffer for presented filenames
297 * @inode: inode of the parent directory (for regular filenames)
/kernel/linux/linux-5.10/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
/kernel/linux/linux-6.6/fs/isofs/
DKconfig9 long Unix filenames and symbolic links are also supported by this
25 which allows for long filenames in unicode format (unicode is the
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
Dveristat.c139 char **filenames; member
312 tmp = realloc(env.filenames, (env.filename_cnt + 1) * sizeof(*env.filenames)); in parse_arg()
315 env.filenames = tmp; in parse_arg()
316 env.filenames[env.filename_cnt] = strdup(arg); in parse_arg()
317 if (!env.filenames[env.filename_cnt]) in parse_arg()
1777 err = parse_stats_csv(env.filenames[0], &base_specs, in handle_comparison_mode()
1780 fprintf(stderr, "Failed to parse stats from '%s': %d\n", env.filenames[0], err); in handle_comparison_mode()
1783 err = parse_stats_csv(env.filenames[1], &comp_specs, in handle_comparison_mode()
1786 fprintf(stderr, "Failed to parse stats from '%s': %d\n", env.filenames[1], err); in handle_comparison_mode()
1796 env.filenames[0], env.filenames[1], in handle_comparison_mode()
[all …]
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/fs/hfs/
Dtrans.c29 * The character '/', which is illegal in Linux filenames is replaced
30 * by ':' which never appears in HFS filenames. All other characters
/kernel/linux/linux-5.10/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
/kernel/linux/linux-5.10/fs/hfs/
Dtrans.c29 * The character '/', which is illegal in Linux filenames is replaced
30 * by ':' which never appears in HFS filenames. All other characters
/kernel/linux/linux-6.6/fs/fat/
DKconfig55 support" below), or you will not be able to see the long filenames
68 long filenames. That includes non-compressed FAT-based file systems
/kernel/linux/linux-5.10/tools/perf/tests/shell/
Dprobe_vfs_getname.sh2 # Add vfs_getname probe to get syscall args filenames
/kernel/linux/linux-6.6/tools/perf/tests/shell/
Dprobe_vfs_getname.sh2 # Add vfs_getname probe to get syscall args filenames
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/net/wireless/
Dbrcm,bcm4329-fmac.yaml109 construct firmware and NVRAM configuration filenames, allowing for
118 on Apple platforms. This is use to build firmware filenames, to allow
/kernel/linux/linux-5.10/Documentation/kbuild/
Dreproducible-builds.rst49 Absolute filenames
53 absolute filenames for the source files. This must be overridden by
/kernel/linux/linux-6.6/Documentation/kbuild/
Dreproducible-builds.rst49 Absolute filenames
53 absolute filenames for the source files. This must be overridden by

12345678