Home
last modified time | relevance | path

Searched refs:ext3 (Results 1 – 25 of 80) sorted by relevance

1234

/OK3568_Linux_fs/kernel/fs/ext4/
H A DKconfig4 # 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 DConfig.in27 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 D0001-linux-syslinux-support-ext2-3-4-device.patch30 + * 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 D0002-linux-syslinux-implement-open_ext2_fs.patch6 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 Dreadme.txt58 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 D0003-usbmount.conf-Support-more-filesystems.patch21 -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 Dinit-install-testfs.sh142 mkfs.ext3 -L "boot" $bootfs
145 mkfs.ext3 -L "rootfs" $rootfs
148 mkfs.ext3 -L "testrootfs" $testfs
H A Dinit-install.sh205 parted ${device} mkpart primary ext3 0% $boot_size
212 parted ${device} mkpart boot ext3 $boot_start $boot_size
233 mkfs.ext3 $bootfs
H A Dinit-install-efi-testfs.sh121 mkfs.ext3 -L "platform" $rootfs
124 mkfs.ext3 -L "testrootfs" $testfs
/OK3568_Linux_fs/buildroot/package/e2tools/
H A DConfig.in.host6 and manipulate files in an ext2/ext3 filesystem. These
H A DConfig.in9 and manipulate files in an ext2/ext3 filesystem. These
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dimage_types.bbclass92 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 Drcu-test-image.txt36 mkfs.ext3 ./rcu-test-image
46 /dev/vda / ext3 defaults 1 1
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Dext3.rst13 ext3 filesystems.
H A Docfs2.rst8 system with many similarities to ext3. It supports 64 bit inode
24 Lots of code taken from ext3 and other projects.
H A Dindex.rst85 ext3
H A Dext2.rst253 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 Dext4.rst7 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 Dgenimage.cfg.template7 # * a single root filesystem partition is required (ext2, ext3 or ext4)
H A Dgenimage.cfg.template_spl7 # * a single root filesystem partition is required (ext2, ext3 or ext4)
H A Dgenimage.cfg.template_imx87 # * a single root filesystem partition is required (ext2, ext3 or ext4)
/OK3568_Linux_fs/yocto/poky/meta/conf/machine/include/x86/
H A Dx86-base.inc8 MACHINE_FEATURES += "screen keyboard pci usbhost ext2 ext3 x86 \
/OK3568_Linux_fs/buildroot/board/freescale/common/mxs/
H A Dgenimage.cfg.template6 # * a single root filesystem partition is required (ext2, ext3 or ext4)
/OK3568_Linux_fs/kernel/Documentation/filesystems/ext4/
H A Dallocators.rst6 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 Dqemuriscv.inc6 MACHINE_FEATURES = "screen keyboard ext2 ext3 serial"

1234