Searched refs:File (Results 1 – 25 of 390) sorted by relevance
12345678910>>...16
| /Linux-v5.4/scripts/ |
| D | namespace.pl | 67 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)
|
| D | leaking_addresses.pl | 24 use File::Basename; 25 use File::Spec;
|
| D | get_abi.pl | 7 use File::Find; 49 my $file = $File::Find::name;
|
| D | headers_check.pl | 24 use File::Basename;
|
| /Linux-v5.4/Documentation/filesystems/ext4/ |
| D | blocks.rst | 38 * - 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
|
| D | inodes.rst | 43 - 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)
|
| D | directory.rst | 59 - 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/ |
| D | Kconfig | 9 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/ |
| D | Kconfig | 3 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/ |
| D | buffer-format.rst | 59 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/ |
| D | vidioc-prepare-buf.rst | 33 File descriptor returned by :ref:`open() <func-open>`. 60 File I/O is in progress.
|
| D | func-select.rst | 42 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.
|
| D | videodev.rst | 13 Video For Linux Two Header File
|
| /Linux-v5.4/arch/powerpc/boot/dts/fsl/ |
| D | p1023rdb.dts | 114 /* 48MB for Root File System */ 116 label = "NOR Root File System"; 168 /* 96MB for Root File System Image */ 170 label = "NAND Root File System";
|
| D | p1020rdb-pd.dts | 76 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/ |
| D | Kconfig | 14 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/ |
| D | lirc-header.rst | 13 LIRC Header File
|
| /Linux-v5.4/Documentation/media/uapi/cec/ |
| D | cec-header.rst | 13 CEC Header File
|
| /Linux-v5.4/Documentation/media/uapi/mediactl/ |
| D | media-header.rst | 13 Media Controller Header File
|
| /Linux-v5.4/Documentation/filesystems/ |
| D | affs.txt | 11 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
|
| D | hfs.txt | 6 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/ |
| D | Kconfig | 3 tristate "SonicBlue Optimized MPEG File System support"
|
| /Linux-v5.4/Documentation/security/keys/ |
| D | ecryptfs.rst | 6 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/ |
| D | Kconfig | 3 # File system configuration 6 menu "File systems" 252 # UBIFS File system configuration 271 bool "Network File Systems"
|
| /Linux-v5.4/arch/unicore32/configs/ |
| D | defconfig | 172 ### File systems 191 # Network File Systems
|
12345678910>>...16