Searched full:ext3 (Results 1 – 25 of 150) sorted by relevance
123456
2 # Ext3 configs are here for backward compatibility with old configs which may4 # kernels after the removal of ext3 driver.6 tristate "The Extended 3 (ext3) filesystem"9 This config option is here only for backward compatibility. ext313 bool "Ext3 POSIX Access Control Lists"18 This config option is here only for backward compatibility. ext322 bool "Ext3 Security Labels"26 This config option is here only for backward compatibility. ext339 This is the next generation of the ext3 filesystem.41 Unlike the change from ext2 filesystem to ext3 filesystem,[all …]
4 Ext3 Filesystem7 Ext3 was originally released in September 1999. Written by Stephen Tweedie11 Ext3 is the ext2 filesystem enhanced with journalling capabilities. The13 ext3 filesystems.
211 Tweedie <http://kernel.org/pub/linux/kernel/people/sct/ext3/journal-design.ps.gz>`__213 `Ext3 Journalling FileSystem, OLS 2000, Dr. Stephen214 Tweedie <http://olstrans.sourceforge.net/release/OLS2000-ext3/OLS2000-ext3.html>`__
252 want to be aware of (more on e2fsck and feature flags later). The ext3253 HAS_JOURNAL feature is a COMPAT flag because the ext3 journal is simply255 take any special notice of it if it doesn't understand ext3 journaling.275 read() instead of it automatically decompressing your data. The ext3277 ext3 journal from mounting the filesystem without replaying the journal.382 Journaling (ext3) ftp://ftp.uk.linux.org/pub/linux/sct/fs/jfs/
8 system with many similarities to ext3. It supports 64 bit inode24 Lots of code taken from ext3 and other projects.
141 echo "Formatting $bootfs to ext3..."142 mkfs.ext3 -L "boot" $bootfs144 echo "Formatting $rootfs to ext3..."145 mkfs.ext3 -L "rootfs" $rootfs147 echo "Formatting $testfs to ext3..."148 mkfs.ext3 -L "testrootfs" $testfs164 …echo "$bootfs /boot ext3 defaults 1 2" >> /tgt_root/et…
120 echo "Formatting $rootfs to ext3..."121 mkfs.ext3 -L "platform" $rootfs123 echo "Formatting $testfs to ext3..."124 mkfs.ext3 -L "testrootfs" $testfs
205 parted ${device} mkpart primary ext3 0% $boot_size212 parted ${device} mkpart boot ext3 $boot_start $boot_size232 echo "Formatting $bootfs to ext3..."233 mkfs.ext3 $bootfs261 …echo "$bootdev /boot ext3 defaults 1 2" >> /tgt_root/e…
30 + * Check whether the device contains an ext2, ext3 or ext4 fs and open it if34 + * 1: Not an ext2, ext3 or ext441 +/* The install func for ext2, ext3 and ext4 */54 + * Check if it is an ext2, ext3 or ext4
6 The open_ext2_fs() checks whether it is an ext2/ext3/ext4 device, and8 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 */
26 EXT0, EXT1, EXT2, EXT3, EXT4, EXT5, EXT6, EXT7, enumerator37 INTC_IRQ(EXT2, IRQ_EXT2), INTC_IRQ(EXT3, IRQ_EXT3),51 EXT7, EXT6, EXT5, EXT4, EXT3, EXT2, EXT1, EXT0 } },
18 Type of filesystem, e.g. ext2, ext3, ext4, vfat.116 - name: ext3118 Filesystem type ext3
7 Ext4 is an advanced level of the ext3 filesystem which incorporates39 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 does59 '-o barriers=[0|1]' mount option for both ext3 and ext4 filesystems60 for a fair comparison. When tuning ext3 for best benchmark numbers,338 ext3, and avoids the "zero-length" problem that can happen when a584 ext3 indirect block mapped inode to ext4 extent mapped inode by walking587 inodes are swapped. This ioctl might help, when migrating from ext3 to594 application-expected ext3 behaviour. Note that this will also start[all …]
1 SUMMARY = "Set of GPL'ed utilities to ext2/ext3 filesystem."3 and manipulate files in an ext2/ext3 filesystem. These utilities access a \
12 ext2, ext3, ext4, f2fs, jfs, ocfs2 and reiserfs file systems.14 Ext3, ext4 and reiserfs also support journaled quotas for which
123 "emmcargs=ip=off root=/dev/mmcblk0p2 rw,noatime rootfstype=ext3 " \153 "sdargs=ip=off root=/dev/mmcblk1p2 rw,noatime rootfstype=ext3 " \165 "usbargs=ip=off root=/dev/sda2 rw,noatime rootfstype=ext3 " \
141 "emmcargs=ip=off root=/dev/mmcblk0p2 rw,noatime rootfstype=ext3 " \171 "sdargs=ip=off root=/dev/mmcblk1p2 rw,noatime rootfstype=ext3 " \183 "usbargs=ip=off root=/dev/sda2 rw,noatime rootfstype=ext3 " \
6 ext4 recognizes (better than ext3, anyway) that data locality is32 The third trick that ext4 (and ext3) uses is that it tries to keep a
67 - description: ext3 clock input86 - description: ext3 clock input
36 mkfs.ext3 ./rcu-test-image46 /dev/vda / ext3 defaults 1 1
100 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"
8 * Portions of this code from linux/fs/ext3/hash.c21 * Hashing code copied from ext3
10 filesystems="ext4 ext3 ext2"
5 * Per-blockgroup locking for ext2 and ext3.
8 MACHINE_FEATURES += "screen keyboard pci usbhost ext2 ext3 x86 \