Home
last modified time | relevance | path

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

1234

/openbmc/linux/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
39 This is the next generation of the ext3 filesystem.
41 Unlike the change from ext2 filesystem to ext3 filesystem,
43 ext3; it is based on extent maps and it supports 48-bit
50 The ext4 filesystem supports mounting an ext3 filesystem; while there
72 ext2, ext3, and ext4 file systems.
/openbmc/openbmc/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 */
/openbmc/openbmc/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
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/e2tools/
H A De2tools_0.1.2.bb1 SUMMARY = "Set of GPL'ed utilities to ext2/ext3 filesystem."
3 and manipulate files in an ext2/ext3 filesystem. These utilities access a \
/openbmc/linux/Documentation/filesystems/
H A Dext3.rst13 ext3 filesystems.
H A Dindex.rst86 ext3
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 Dext2.rst252 want to be aware of (more on e2fsck and feature flags later). The ext3
253 HAS_JOURNAL feature is a COMPAT flag because the ext3 journal is simply
255 take any special notice of it if it doesn't understand ext3 journaling.
275 read() instead of it automatically decompressing your data. The ext3
277 ext3 journal from mounting the filesystem without replaying the journal.
382 Journaling (ext3) ftp://ftp.uk.linux.org/pub/linux/sct/fs/jfs/
H A Djournalling.rst211 Tweedie <http://kernel.org/pub/linux/kernel/people/sct/ext3/journal-design.ps.gz>`__
214 Tweedie <http://olstrans.sourceforge.net/release/OLS2000-ext3/OLS2000-ext3.html>`__
/openbmc/linux/arch/parisc/net/
H A Dbpf_jit.h435 static inline u32 hppa_t10_insn(u8 opcode, u8 r2, u8 r1, u8 c, u8 ext3, u8 cp, u8 t) in hppa_t10_insn() argument
438 (ext3 << 10) | (cp << 5) | t); in hppa_t10_insn()
450 static inline u32 hppa_t12_insn(u8 opcode, u8 rp, u32 w, u8 ext3, u8 nop) in hppa_t12_insn() argument
452 return ((opcode << 26) | (rp << 21) | (ext3 << 13) | (nop << 1) | re_assemble_17(w)); in hppa_t12_insn()
/openbmc/linux/tools/testing/selftests/rcutorture/doc/
H A Drcu-test-image.txt36 mkfs.ext3 ./rcu-test-image
46 /dev/vda / ext3 defaults 1 1
/openbmc/openbmc/poky/meta/conf/machine/include/x86/
H A Dx86-base.inc8 MACHINE_FEATURES += "screen keyboard pci usbhost ext2 ext3 x86 \
/openbmc/linux/Documentation/translations/zh_CN/admin-guide/
H A Dinit.rst26 所需的驱动程序,例如SCSI或USB等存储硬件;文件系统(ext3、jffs2等)是内建的
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dimage_types.bbclass100 IMAGE_CMD:ext3 = "oe_mkext234fs ext3 ${EXTRA_IMAGECMD}"
277 EXTRA_IMAGECMD:ext3 ?= "-i 4096"
313 ext3 ext3.gz \
384 RUNNABLE_IMAGE_TYPES ?= "ext2 ext3 ext4"
/openbmc/linux/Documentation/translations/zh_TW/admin-guide/
H A Dinit.rst29 所需的驅動程序,例如SCSI或USB等存儲硬體;文件系統(ext3、jffs2等)是內建的
/openbmc/linux/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
584 ext3 indirect block mapped inode to ext4 extent mapped inode by walking
587 inodes are swapped. This ioctl might help, when migrating from ext3 to
594 application-expected ext3 behaviour. Note that this will also start
[all …]
/openbmc/linux/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
/openbmc/openbmc/poky/meta/conf/machine/include/riscv/
H A Dqemuriscv.inc6 MACHINE_FEATURES += "keyboard ext2 ext3 serial"
/openbmc/openbmc/poky/meta/conf/machine/include/loongarch/
H A Dqemuloongarch.inc6 MACHINE_FEATURES = "screen keyboard ext2 ext3 serial"
/openbmc/qemu/tests/qemu-iotests/
H A D237.out149 …b-id": "job0", "options": {"driver": "vmdk", "extents": ["ext1", "ext2", "ext3"], "file": "node0",…
285 …b-id": "job0", "options": {"driver": "vmdk", "extents": ["ext1", "ext2", "ext3"], "file": "node0",…
313 …b-id": "job0", "options": {"driver": "vmdk", "extents": ["ext1", "ext2", "ext3"], "file": "node0",…
/openbmc/linux/arch/arm/boot/dts/microchip/
H A Dat91-cosino.dtsi20 bootargs = "console=ttyS0,115200 root=/dev/mmcblk0p2 rw rootfstype=ext3 rootwait";
/openbmc/openbmc/poky/meta/recipes-devtools/btrfs-tools/
H A Dbtrfs-tools_6.12.bb6 btrfs and an utility (btrfs-convert) to make a btrfs filesystem from an ext3."

1234