| /OK3568_Linux_fs/kernel/fs/ext4/ |
| H A D | Kconfig | 4 # kernels after the removal of ext3 driver. 6 tristate "The Extended 3 (ext3) filesystem" 9 This config option is here only for backward compatibility. ext3 18 This config option is here only for backward compatibility. ext3 26 This config option is here only for backward compatibility. ext3 38 This is the next generation of the ext3 filesystem. 40 Unlike the change from ext2 filesystem to ext3 filesystem, 42 ext3; it is based on extent maps and it supports 48-bit 49 The ext4 filesystem supports mounting an ext3 filesystem; while there 71 ext2, ext3, and ext4 file systems.
|
| /OK3568_Linux_fs/buildroot/package/e2fsprogs/ |
| H A D | Config.in | 27 ext2/ext3/ext4 file system debugger 32 Save critical ext2/ext3/ext4 filesystem metadata to a file 72 FUSE file system client for ext2/ext3/ext4 file systems 80 ext2/ext3/ext4 file system resizer
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/syslinux/syslinux/ |
| H A D | 0001-linux-syslinux-support-ext2-3-4-device.patch | 30 + * Check whether the device contains an ext2, ext3 or ext4 fs and open it if 34 + * 1: Not an ext2, ext3 or ext4 41 +/* The install func for ext2, ext3 and ext4 */ 54 + * Check if it is an ext2, ext3 or ext4
|
| H A D | 0002-linux-syslinux-implement-open_ext2_fs.patch | 6 The open_ext2_fs() checks whether it is an ext2/ext3/ext4 device, and 8 0: It is an ext2, ext3 or ext4. 9 1: Not an ext2, ext3 or ext4. 138 /* The install func for ext2, ext3 and ext4 */
|
| /OK3568_Linux_fs/buildroot/board/arm/juno/ |
| H A D | readme.txt | 58 Format your pen drive as a ext3 filesystem by executing: 60 $ mkfs.ext3 /dev/<your device> 65 Format your pen drive as a ext3 filesystem by executing: 67 $ mkfs.ext3 /dev/<your device>
|
| /OK3568_Linux_fs/buildroot/package/usbmount/ |
| H A D | 0003-usbmount.conf-Support-more-filesystems.patch | 21 -FILESYSTEMS="vfat ext2 ext3 ext4 hfsplus" 22 +FILESYSTEMS="vfat ext2 ext3 ext4 hfsplus ntfs exfat fuseblk"
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/initrdscripts/files/ |
| H A D | init-install-testfs.sh | 142 mkfs.ext3 -L "boot" $bootfs 145 mkfs.ext3 -L "rootfs" $rootfs 148 mkfs.ext3 -L "testrootfs" $testfs
|
| H A D | init-install.sh | 205 parted ${device} mkpart primary ext3 0% $boot_size 212 parted ${device} mkpart boot ext3 $boot_start $boot_size 233 mkfs.ext3 $bootfs
|
| H A D | init-install-efi-testfs.sh | 121 mkfs.ext3 -L "platform" $rootfs 124 mkfs.ext3 -L "testrootfs" $testfs
|
| /OK3568_Linux_fs/buildroot/package/e2tools/ |
| H A D | Config.in.host | 6 and manipulate files in an ext2/ext3 filesystem. These
|
| H A D | Config.in | 9 and manipulate files in an ext2/ext3 filesystem. These
|
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | image_types.bbclass | 92 IMAGE_CMD:ext3 = "oe_mkext234fs ext3 ${EXTRA_IMAGECMD}" 237 EXTRA_IMAGECMD:ext3 ?= "-i 4096" 267 ext3 ext3.gz \ 335 RUNNABLE_IMAGE_TYPES ?= "ext2 ext3 ext4"
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/rcutorture/doc/ |
| H A D | rcu-test-image.txt | 36 mkfs.ext3 ./rcu-test-image 46 /dev/vda / ext3 defaults 1 1
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/ |
| H A D | ext3.rst | 13 ext3 filesystems.
|
| H A D | ocfs2.rst | 8 system with many similarities to ext3. It supports 64 bit inode 24 Lots of code taken from ext3 and other projects.
|
| H A D | index.rst | 85 ext3
|
| H A D | ext2.rst | 253 want to be aware of (more on e2fsck and feature flags later). The ext3 254 HAS_JOURNAL feature is a COMPAT flag because the ext3 journal is simply 256 take any special notice of it if it doesn't understand ext3 journaling. 276 read() instead of it automatically decompressing your data. The ext3 278 ext3 journal from mounting the filesystem without replaying the journal. 383 Journaling (ext3) ftp://ftp.uk.linux.org/pub/linux/sct/fs/jfs/
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/ |
| H A D | ext4.rst | 7 Ext4 is an advanced level of the ext3 filesystem which incorporates 39 Or to configure an existing ext3 filesystem to support extents: 55 filesystems do well compared to others. When comparing versus ext3, 56 note that ext4 enables write barriers by default, while ext3 does 59 '-o barriers=[0|1]' mount option for both ext3 and ext4 filesystems 60 for a fair comparison. When tuning ext3 for best benchmark numbers, 338 ext3, and avoids the "zero-length" problem that can happen when a 587 ext3 indirect block mapped inode to ext4 extent mapped inode by walking 590 inodes are swapped. This ioctl might help, when migrating from ext3 to 597 application-expected ext3 behaviour. Note that this will also start [all …]
|
| /OK3568_Linux_fs/buildroot/board/freescale/common/imx/ |
| H A D | genimage.cfg.template | 7 # * a single root filesystem partition is required (ext2, ext3 or ext4)
|
| H A D | genimage.cfg.template_spl | 7 # * a single root filesystem partition is required (ext2, ext3 or ext4)
|
| H A D | genimage.cfg.template_imx8 | 7 # * a single root filesystem partition is required (ext2, ext3 or ext4)
|
| /OK3568_Linux_fs/yocto/poky/meta/conf/machine/include/x86/ |
| H A D | x86-base.inc | 8 MACHINE_FEATURES += "screen keyboard pci usbhost ext2 ext3 x86 \
|
| /OK3568_Linux_fs/buildroot/board/freescale/common/mxs/ |
| H A D | genimage.cfg.template | 6 # * a single root filesystem partition is required (ext2, ext3 or ext4)
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/ext4/ |
| H A D | allocators.rst | 6 ext4 recognizes (better than ext3, anyway) that data locality is 32 The third trick that ext4 (and ext3) uses is that it tries to keep a
|
| /OK3568_Linux_fs/yocto/poky/meta/conf/machine/include/riscv/ |
| H A D | qemuriscv.inc | 6 MACHINE_FEATURES = "screen keyboard ext2 ext3 serial"
|