/Linux-v6.6/fs/ext4/ |
D | Kconfig | 4 # 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.
|
/Linux-v6.6/Documentation/filesystems/ |
D | ext3.rst | 13 ext3 filesystems.
|
D | index.rst | 86 ext3
|
D | ocfs2.rst | 8 system with many similarities to ext3. It supports 64 bit inode 24 Lots of code taken from ext3 and other projects.
|
D | journalling.rst | 211 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>`__
|
D | ext2.rst | 252 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/
|
/Linux-v6.6/arch/parisc/net/ |
D | bpf_jit.h | 435 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()
|
/Linux-v6.6/tools/testing/selftests/rcutorture/doc/ |
D | rcu-test-image.txt | 36 mkfs.ext3 ./rcu-test-image 46 /dev/vda / ext3 defaults 1 1
|
/Linux-v6.6/Documentation/translations/zh_CN/admin-guide/ |
D | init.rst | 26 所需的驱动程序,例如SCSI或USB等存储硬件;文件系统(ext3、jffs2等)是内建的
|
/Linux-v6.6/Documentation/translations/zh_TW/admin-guide/ |
D | init.rst | 29 所需的驅動程序,例如SCSI或USB等存儲硬體;文件系統(ext3、jffs2等)是內建的
|
/Linux-v6.6/Documentation/admin-guide/ |
D | ext4.rst | 7 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 …]
|
D | init.rst | 15 USB!) and filesystem (ext3, jffs2, etc.) are builtin (alternatively as
|
/Linux-v6.6/Documentation/filesystems/ext4/ |
D | allocators.rst | 6 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
|
D | group_descr.rst | 29 In ext2, ext3, and ext4 (when the 64bit feature is not enabled), the
|
D | blockgroup.rst | 90 (META_BG), which is already in ext3 for all 2.6 releases. With the
|
/Linux-v6.6/arch/arm/boot/dts/microchip/ |
D | at91-cosino.dtsi | 20 bootargs = "console=ttyS0,115200 root=/dev/mmcblk0p2 rw rootfstype=ext3 rootwait";
|
/Linux-v6.6/fs/quota/ |
D | Kconfig | 12 ext2, ext3, ext4, f2fs, jfs, ocfs2 and reiserfs file systems.
|
/Linux-v6.6/fs/ocfs2/ |
D | Kconfig | 14 system with many similarities to ext3. It supports 64 bit inode
|
/Linux-v6.6/Documentation/translations/zh_CN/core-api/ |
D | rbtree.rst | 33 未完成的定时器请求。ext3文件系统用红黑树跟踪目录项。虚拟内存区域(VMAs)、epoll
|
/Linux-v6.6/Documentation/admin-guide/laptops/ |
D | laptop-mode.rst | 64 * If you mount some of your ext3/reiserfs filesystems with the -n option, then 99 ext3 or ReiserFS filesystems (also done automatically by the control script), 590 "ext3"|"reiserfs") 650 "ext3"|"reiserfs")
|
/Linux-v6.6/Documentation/power/ |
D | swsusp-dmcrypt.rst | 60 /dev/hda1 /mnt ext3 ro 0 0
|
/Linux-v6.6/drivers/hwmon/ |
D | lm85.c | 451 int ext3 = lm85_read_value(client, in lm85_update_device() local 455 data->in_ext[0] = ext3 & 0x0f; in lm85_update_device() 458 data->in_ext[3] = ext3 >> 4; in lm85_update_device()
|
/Linux-v6.6/drivers/net/vmxnet3/ |
D | vmxnet3_defs.h | 221 __le32 ext3; member
|
/Linux-v6.6/block/ |
D | Kconfig | 19 - some filesystems (such as ext3) will become unavailable.
|
/Linux-v6.6/fs/ |
D | Kconfig | 36 # Meta block cache for Extended Attributes (ext2/ext3/ext4)
|