Home
last modified time | relevance | path

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

1234

/linux/fs/nls/
H A 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/Documentation/filesystems/
H A Dfscrypt.rst30 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 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
H A 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
H A Dext2.rst191 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 Dhfsplus.rst9 blocks, 255-character unicode filenames, and file sizes of 2^63 bytes.
H A Dhpfs.rst63 As in OS/2, filenames are case insensitive. However, shell thinks that names
232 0.93 Fixed bug that locked up the machine when there were too many filenames
241 using 0xff in filenames.
/linux/Documentation/sphinx/
H A Dkerneldoc.py215 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/scripts/lib/kdoc/
H A Dkdoc_files.py242 filenames=None, export_file=None): argument
250 if not filenames:
251 filenames = sorted(self.results.keys())
255 for fname in filenames:
/linux/fs/isofs/
H A DKconfig9 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/devices/probe/
H A Dtest_discoverable_devices.py295 filenames = []
301 filenames.extend(line.split("\0"))
312 filenames = [vendor + "," + product]
314 return filenames
/linux/fs/hfs/
H A Dtrans.c29 * 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 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
/linux/Documentation/kbuild/
H A Dreproducible-builds.rst49 Absolute filenames
53 absolute filenames for the source files. This must be overridden by
/linux/Documentation/devicetree/bindings/net/wireless/
H A Dbrcm,bcm4329-fmac.yaml111 construct firmware and NVRAM configuration filenames, allowing for
120 on Apple platforms. This is use to build firmware filenames, to allow
/linux/tools/testing/selftests/bpf/
H A Dveristat.c185 char **filenames; member
733 tmp = realloc(env.filenames, (env.filename_cnt + 1) * sizeof(*env.filenames)); in append_file()
736 env.filenames = tmp; in append_file()
737 env.filenames[env.filename_cnt] = strdup(path); in append_file()
738 if (!env.filenames[env.filename_cnt]) in append_file()
2974 err = parse_stats_csv(env.filenames[0], &base_specs, in handle_comparison_mode()
2977 fprintf(stderr, "Failed to parse stats from '%s': %d\n", env.filenames[0], err); in handle_comparison_mode()
2980 err = parse_stats_csv(env.filenames[1], &comp_specs, in handle_comparison_mode()
2983 fprintf(stderr, "Failed to parse stats from '%s': %d\n", env.filenames[1], err); in handle_comparison_mode()
2993 env.filenames[0], env.filenames[1], in handle_comparison_mode()
[all …]
/linux/fs/exfat/
H A DKconfig22 filenames and the UTF-16 character encoding that the exFAT
/linux/drivers/base/firmware_loader/
H A DKconfig29 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 Dgen_compile_commands.py88 for dirpath, dirnames, filenames in os.walk(directory, topdown=True):
94 for filename in filenames:
/linux/tools/perf/tests/shell/
H A Drecord+script_probe_vfs_getname.sh2 # Use vfs_getname probe to get syscall args filenames (exclusive)
/linux/include/uapi/linux/
H A Dqnx4_fs.h37 /* for filenames */
/linux/tools/thermal/thermometer/
H A Dthermometer.855 …B-p <string>, --postfix <string>\fP option appends \fBstring\fP at the end of the capture filenames
/linux/fs/crypto/
H A Dfscrypt_private.h179 /* Return the filenames encryption mode of a valid encryption policy */
289 * contents or filenames encryption mode, depending on the inode type.
316 * This inode's hash key for filenames. This is a 128-bit SipHash-2-4
318 * the plaintext filenames -- currently just casefolded directories.
/linux/Documentation/devicetree/bindings/net/bluetooth/
H A Dbrcm,bcm4377-bluetooth.yaml34 firmware and calibration data filenames.
/linux/tools/perf/util/
H A Dstrlist.h22 * @file_only: When dirname is present, only consider entries as filenames,

1234