/openbmc/openbmc/poky/meta/recipes-devtools/syslinux/syslinux/ |
H A D | 0001-linux-syslinux-support-ext2-3-4-device.patch | 4 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 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 */
|
H A D | 0009-linux-syslinux-implement-install_bootblock.patch | 7 linux/syslinux.c's install_bootblock() which only supports ext2/3/4. 34 + "no ext2/3/4 superblock found on %s\n", device);
|
/openbmc/linux/fs/ext2/ |
H A D | Makefile | 6 obj-$(CONFIG_EXT2_FS) += ext2.o 8 ext2-y := balloc.o dir.o file.o ialloc.o inode.o \ 14 ext2-$(CONFIG_EXT2_FS_XATTR) += xattr.o xattr_user.o xattr_trusted.o 15 ext2-$(CONFIG_EXT2_FS_POSIX_ACL) += acl.o 16 ext2-$(CONFIG_EXT2_FS_SECURITY) += xattr_security.o
|
H A D | Kconfig | 11 module will be called ext2. 41 labels in the ext2 filesystem.
|
/openbmc/linux/Documentation/filesystems/ |
H A D | ext2.rst | 8 ext2 was originally released in January 1993. Written by R\'emy Card, 69 noquota option ls silently ignored by ext2. 75 ext2 shares many properties with traditional Unix filesystems. It has 117 The first version of ext2 (revision 0) stores a copy at the start of 135 All fields in the superblock (as in all other ext2 structures) are stored 142 The inode (index node) is a fundamental concept in the ext2 filesystem. 168 The flags field contains some ext2-specific flags which aren't catered 190 The current implementation of ext2 uses a singly-linked list to store 214 In ext2, there is a mechanism for reserving a certain number of blocks 225 filesystems. The superblock of the ext2 filesystem contains several [all …]
|
H A D | ext3.rst | 11 Ext3 is the ext2 filesystem enhanced with journalling capabilities. The
|
/openbmc/u-boot/doc/ |
H A D | README.ext4 | 1 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 D | README.sata | 6 * 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 D | README.nokia_rx51 | 14 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 D | README.qemu-mips | 89 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 D | e2fsprogs_1.47.1.bb | 65 for i in mke2fs mkfs.ext2 mkfs.ext3 mkfs.ext4; do 80 mv ${D}${base_sbindir}/mkfs.ext2 ${D}${base_sbindir}/mkfs.ext2.e2fsprogs 113 ALTERNATIVE:${PN}-mke2fs = "mke2fs mkfs.ext2" 115 ALTERNATIVE_LINK_NAME[mkfs.ext2] = "${base_sbindir}/mkfs.ext2"
|
H A D | e2fsprogs.inc | 3 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 D | runqemu.README | 17 <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/linux/Documentation/filesystems/ext4/ |
H A D | about.rst | 7 filesystems. The same general ideas should apply to ext2/3 filesystems 42 Also see https://www.nongnu.org/ext2-doc/ for quite a collection of 43 information about ext2/3. Here's another old reference:
|
/openbmc/openbmc/poky/meta/recipes-core/packagegroups/ |
H A D | packagegroup-base.bb | 18 ${@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/qemu/hw/net/ |
H A D | vmxnet3.h | 255 u32 ext2:1; member 265 u32 ext2:1; 316 __le32 ext2; member 370 u32 ext2:1; member 386 u32 ext2:1;
|
/openbmc/linux/fs/ext4/ |
H A D | Kconfig | 41 Unlike the change from ext2 filesystem to ext3 filesystem, 64 bool "Use ext4 for ext2 file systems" 69 Allow the ext4 file system driver code to be used for ext2 72 ext2, ext3, and ext4 file systems.
|
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/e2tools/ |
H A D | e2tools_0.1.2.bb | 1 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/drivers/net/vmxnet3/ |
H A D | vmxnet3_defs.h | 168 u32 ext2:1; member 178 u32 ext2:1; member 220 __le32 ext2; member 259 u32 ext2:1; member 277 u32 ext2:1;
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | image_types.bbclass | 99 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/linux/tools/testing/selftests/bpf/ |
H A D | ima_setup.sh | 46 mkfs.ext2 "${loop_device:?}"
|
/openbmc/openbmc/poky/meta/conf/machine/include/x86/ |
H A D | x86-base.inc | 8 MACHINE_FEATURES += "screen keyboard pci usbhost ext2 ext3 x86 \
|
/openbmc/linux/Documentation/power/ |
H A D | tricks.rst | 14 * use ext2. At least it has working fsck. [If something seems to go
|
/openbmc/qemu/docs/system/ppc/ |
H A D | ppce500.rst | 174 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 \
|