Home
last modified time | relevance | path

Searched refs:File (Results 1 – 25 of 390) sorted by relevance

12345678910>>...16

/Linux-v5.4/scripts/
Dnamespace.pl67 use File::Find;
68 use File::Spec;
72 my $srctree = File::Spec->curdir();
73 my $objtree = File::Spec->curdir();
74 $srctree = File::Spec->rel2abs($ENV{'srctree'}) if (exists($ENV{'srctree'}));
75 $objtree = File::Spec->rel2abs($ENV{'objtree'}) if (exists($ENV{'objtree'}));
164 $_ = $File::Find::name;
235 $source = File::Spec->catfile($objtree, $File::Find::dir, $source)
237 $source = File::Spec->catfile($srctree, $File::Find::dir, $source)
Dleaking_addresses.pl24 use File::Basename;
25 use File::Spec;
Dget_abi.pl7 use File::Find;
49 my $file = $File::Find::name;
Dheaders_check.pl24 use File::Basename;
/Linux-v5.4/Documentation/filesystems/ext4/
Dblocks.rst38 * - File System Size
58 * - Blocks Per File, Extents
63 * - Blocks Per File, Block Maps
68 * - File Size, Extents
73 * - File Size, Block Maps
100 * - File System Size
120 * - Blocks Per File, Extents
125 * - Blocks Per File, Block Maps
130 * - File Size, Extents
135 * - File Size, Block Maps
Dinodes.rst43 - File mode. See the table i_mode_ below.
116 - File version (for NFS).
161 - File creation time, in seconds since the epoch.
242 - File is compressed (EXT4\_COMPR\_FL). (not really implemented)
246 - File is immutable (EXT4\_IMMUTABLE\_FL).
248 - File can only be appended (EXT4\_APPEND\_FL).
256 - File has one or more compressed clusters (EXT4\_COMPRBLK\_FL). (not used)
267 - File data must always be written through the journal
270 - File tail should not be merged (EXT4\_NOTAIL\_FL). (not used by ext4)
Ddirectory.rst59 - File name.
91 - File type code, see ftype_ table below.
95 - File name.
155 - File type, which must be 0xDE.
237 - File type of this entry, 0x2 (directory) (if the feature flag is set).
258 - File type of this entry, 0x2 (directory) (if the feature flag is set).
/Linux-v5.4/drivers/dma-buf/
DKconfig9 The Sync File Framework adds explicit syncronization via
11 userspace via Sync File fds for synchronization between drivers via
21 bool "Sync File Validation Framework"
/Linux-v5.4/fs/afs/
DKconfig3 tristate "Andrew File System support (AFS)"
8 If you say Y here, you will get an experimental Andrew File System
/Linux-v5.4/Documentation/driver-api/early-userspace/
Dbuffer-format.rst59 c_ino 8 bytes File inode number
60 c_mode 8 bytes File mode and permissions
61 c_uid 8 bytes File uid
62 c_gid 8 bytes File gid
/Linux-v5.4/Documentation/media/uapi/v4l/
Dvidioc-prepare-buf.rst33 File descriptor returned by :ref:`open() <func-open>`.
60 File I/O is in progress.
Dfunc-select.rst42 File descriptions to be watched if a read() call won't block.
45 File descriptions to be watched if a write() won't block.
48 File descriptions to be watched for V4L2 events.
Dvideodev.rst13 Video For Linux Two Header File
/Linux-v5.4/arch/powerpc/boot/dts/fsl/
Dp1023rdb.dts114 /* 48MB for Root File System */
116 label = "NOR Root File System";
168 /* 96MB for Root File System Image */
170 label = "NAND Root File System";
Dp1020rdb-pd.dts76 label = "NOR Root File System";
125 /* 122MB for File System Image */
127 label = "NAND File System Image";
185 label = "SPI File System Image";
/Linux-v5.4/fs/nfsd/
DKconfig14 files residing on this system using Sun's Network File System
120 bool "NFSv4.1 server support for pNFS Flex File layouts"
124 This option enables support for the exporting pNFS Flex File
125 layouts in the kernel's NFS server. The pNFS Flex File layout
/Linux-v5.4/Documentation/media/uapi/rc/
Dlirc-header.rst13 LIRC Header File
/Linux-v5.4/Documentation/media/uapi/cec/
Dcec-header.rst13 CEC Header File
/Linux-v5.4/Documentation/media/uapi/mediactl/
Dmedia-header.rst13 Media Controller Header File
/Linux-v5.4/Documentation/filesystems/
Daffs.txt11 DOS\1 The original Fast File System. Supported read/write.
18 DOS\3 The "international" Fast File System. Supported read/write.
25 DOS\5 The Fast File System with directory cache. Supported read only.
33 The muFS (multi user File System) equivalents of the above file systems
203 You cannot execute programs on an OFS (Old File System), since the
Dhfs.txt6 HFS stands for ``Hierarchical File System'' and is the filesystem used
8 models used MFS (``Macintosh File System''), which is not supported,
/Linux-v5.4/fs/omfs/
DKconfig3 tristate "SonicBlue Optimized MPEG File System support"
/Linux-v5.4/Documentation/security/keys/
Decryptfs.rst6 file using a randomly generated File Encryption Key (FEK).
8 Each FEK is in turn encrypted with a File Encryption Key Encryption Key (FEKEK)
/Linux-v5.4/fs/
DKconfig3 # File system configuration
6 menu "File systems"
252 # UBIFS File system configuration
271 bool "Network File Systems"
/Linux-v5.4/arch/unicore32/configs/
Ddefconfig172 ### File systems
191 # Network File Systems

12345678910>>...16