Home
last modified time | relevance | path

Searched refs:ext2 (Results 1 – 25 of 68) sorted by relevance

123

/openbmc/openbmc/poky/meta/recipes-devtools/syslinux/syslinux/
H A D0001-linux-syslinux-support-ext2-3-4-device.patch4 Subject: [PATCH] linux/syslinux: support ext2/3/4 device
6 * Support ext2/3/4 deivce.
7 * The open_ext2_fs() checks whether it is an ext2/3/4 device,
8 do the ext2/3/4 installation (install_to_ext2()) if yes, otherwise go
10 * The ext2/3/4 support doesn't require root privileges since it doesn't need
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
78 + fprintf(stderr, "%s: supported fs: fat/ntfs/ext2/ex3/ext4\n", program);
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 */
H A D0009-linux-syslinux-implement-install_bootblock.patch7 linux/syslinux.c's install_bootblock() which only supports ext2/3/4.
34 + "no ext2/3/4 superblock found on %s\n", device);
H A D0001-ext2_fs.h-do-not-carry-an-outdated-copy.patch12 core/fs/ext2/ext2_fs.h | 312 -------------
15 delete mode 100644 core/fs/ext2/ext2_fs.h
18 diff --git a/core/fs/ext2/ext2_fs.h b/core/fs/ext2/ext2_fs.h
21 --- a/core/fs/ext2/ext2_fs.h
173 - * ext2 group desc structure:
196 - * ext2 inode structure:
293 - * The ext2 super block information in memory
318 - * ext2 private inode information
397 -/* First non-reserved inode for old ext2 filesystems */
648 -#define EXT2_RESERVED_FL 0x80000000 /* reserved for ext2 lib */
H A D0003-linux-syslinux-implement-install_to_ext2.patch48 /* The install func for ext2, ext3 and ext4 */
/openbmc/u-boot/doc/
H A DREADME.ext41 U-Boot supports access of both ext2 and ext4 filesystems, either in read-only
4 First, to enable support for both ext4 (and, automatically, ext2 as well),
10 Next, to select the ext2-related commands:
82 -- Uboot existing ext2 load and ls implementation
H A DREADME.sata6 * ext2load to read a file from ext2 file system
48 1.3 How to load an image from an ext2 file system in U-Boot?
50 U-Boot doesn't support writing to an ext2 file system, so the
H A DREADME.nokia_rx5114 uImage or boot.scr from a fat, ext2/ext3 or ext4 filesystem in external
41 * 2. same as 1. but for ext2/3 partition
71 * parition type ${mmctype} (fat, ext2)
H A DREADME.qemu-mips89 8) Generate ext2 on part 2 on Copy uImage and initrd.gz
93 # Format as ext2 ( arg2 : nb blocks)
97 # mount -o loop,offset=16450560 -t ext2 ide /mnt
131 10) Now you can boot from flash, ide, ide+ext2 and tfp
/openbmc/openbmc/poky/meta/recipes-devtools/e2fsprogs/
H A De2fsprogs_1.47.1.bb66 for i in mke2fs mkfs.ext2 mkfs.ext3 mkfs.ext4; do
81 mv ${D}${base_sbindir}/mkfs.ext2 ${D}${base_sbindir}/mkfs.ext2.e2fsprogs
114 ALTERNATIVE:${PN}-mke2fs = "mke2fs mkfs.ext2"
116 ALTERNATIVE_LINK_NAME[mkfs.ext2] = "${base_sbindir}/mkfs.ext2"
H A De2fsprogs.inc3 fixing, configuring , and debugging ext2 filesystems."
22 SRC_URI = "git://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git;branch=master;protocol=https"
/openbmc/openbmc/poky/scripts/
H A Drunqemu.README17 <filesystem> is the path to an ext2 image (e.g. filesystem-qemuarm.ext2) or an nfs directory
24 When used within the build system, it will default to qemuarm, ext2 and the last kernel and
/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/qemu/hw/net/
H A Dvmxnet3.h255 u32 ext2:1; member
265 u32 ext2:1;
316 __le32 ext2; member
370 u32 ext2:1; member
386 u32 ext2:1;
/openbmc/openbmc/poky/meta/recipes-core/packagegroups/
H A Dpackagegroup-base.bb18 ${@bb.utils.contains("MACHINE_FEATURES", "ext2", "packagegroup-base-ext2", "", d)} \
55 ${@bb.utils.contains('COMBINED_FEATURES', 'ext2', 'packagegroup-base-ext2', '',d)} \
145 SUMMARY:packagegroup-base-ext2 = "ext2 filesystem support"
146 RDEPENDS:packagegroup-base-ext2 = "\
150 RRECOMMENDS:packagegroup-base-ext2 = "\
/openbmc/openbmc/poky/meta/conf/machine/include/x86/
H A Dx86-base.inc8 MACHINE_FEATURES += "screen keyboard pci usbhost ext2 ext3 x86 \
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dimage_types.bbclass99 IMAGE_CMD:ext2 = "oe_mkext234fs ext2 ${EXTRA_IMAGECMD}"
276 EXTRA_IMAGECMD:ext2 ?= "-i 4096"
312 ext2 ext2.gz ext2.bz2 ext2.lzma \
384 RUNNABLE_IMAGE_TYPES ?= "ext2 ext3 ext4"
/openbmc/openbmc/poky/meta/conf/machine/include/loongarch/
H A Dqemuloongarch.inc6 MACHINE_FEATURES = "screen keyboard ext2 ext3 serial"
/openbmc/openbmc/poky/meta/conf/machine/include/riscv/
H A Dqemuriscv.inc6 MACHINE_FEATURES += "keyboard ext2 ext3 serial"
/openbmc/openbmc/meta-openembedded/meta-python/recipes-extended/python-blivet/python3-blivet/
H A D0005-fix-incorrect-timeout-while-system-time-changed.patch9 |05:40:55,872 INFO program: Running... mount -t ext2 -o
/openbmc/qemu/docs/system/ppc/
H A Dppce500.rst174 CFI flash. Given an ext2 image whose size must be a power of two, it can be used
182 -drive if=pflash,file=/path/to/rootfs.ext2,format=raw \
194 -drive id=mydrive,if=none,file=/path/to/rootfs.ext2,format=raw \
/openbmc/openbmc/poky/meta/recipes-devtools/syslinux/
H A Dsyslinux_6.04-pre2.bb3 …rk booting (PXELINUX), bootable "El Torito" CD-ROMs (ISOLINUX), and Linux ext2/ext3/ext4 or btrfs …
11 file://0001-linux-syslinux-support-ext2-3-4-device.patch \
/openbmc/openbmc/poky/meta/conf/distro/include/
H A Ddefault-distrovars.inc29 DISTRO_FEATURES_DEFAULT ?= "acl alsa bluetooth debuginfod ext2 ipv4 ipv6 pcmcia usbgadget usbhost w…
/openbmc/qemu/tests/qemu-iotests/
H A D237.out149 …s": {"job-id": "job0", "options": {"driver": "vmdk", "extents": ["ext1", "ext2", "ext3"], "file": …
285 …s": {"job-id": "job0", "options": {"driver": "vmdk", "extents": ["ext1", "ext2", "ext3"], "file": …
313 …s": {"job-id": "job0", "options": {"driver": "vmdk", "extents": ["ext1", "ext2", "ext3"], "file": …
/openbmc/openbmc/poky/meta/recipes-devtools/btrfs-tools/
H A Dbtrfs-tools_6.14.bb32 PACKAGECONFIG[convert] = "--enable-convert --with-convert=ext2,--disable-convert --without-convert,…

123