Home
last modified time | relevance | path

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

12

/linux/fs/ext4/
H A DKconfig11 This is the next generation of the ext3 filesystem.
13 Unlike the change from ext2 filesystem to ext3 filesystem,
15 ext3; it is based on extent maps and it supports 48-bit
22 The ext4 filesystem supports mounting an ext3 filesystem; while there
44 ext2, ext3, and ext4 file systems.
/linux/Documentation/filesystems/
H A Dext3.rst13 ext3 filesystems.
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 Djournalling.rst209 Tweedie <http://kernel.org/pub/linux/kernel/people/sct/ext3/journal-design.ps.gz>`__
212 Tweedie <http://olstrans.sourceforge.net/release/OLS2000-ext3/OLS2000-ext3.html>`__
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 Dnilfs2.rst69 is equivalent to the ordered data mode of the ext3
/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()
/linux/Documentation/translations/zh_CN/admin-guide/
H A Dinit.rst26 所需的驱动程序,例如SCSI或USB等存储硬件;文件系统(ext3、jffs2等)是内建的
/linux/tools/testing/selftests/rcutorture/doc/
H A Drcu-test-image.txt36 mkfs.ext3 ./rcu-test-image
46 /dev/vda / ext3 defaults 1 1
/linux/Documentation/translations/zh_TW/admin-guide/
H A Dinit.rst29 所需的驅動程序,例如SCSI或USB等存儲硬件;文件系統(ext3、jffs2等)是內建的
/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
H A Dgroup_descr.rst29 In ext2, ext3, and ext4 (when the 64bit feature is not enabled), the
H A Ddirectory.rst195 new feature was added to ext3 to provide a faster (but peculiar)
H A Djournal.rst6 Introduced in ext3, the ext4 filesystem employs a journal to protect the
/linux/arch/arm/boot/dts/microchip/
H A Dat91-cosino.dtsi20 bootargs = "console=ttyS0,115200 root=/dev/mmcblk0p2 rw rootfstype=ext3 rootwait";
/linux/fs/ocfs2/
H A DKconfig14 system with many similarities to ext3. It supports 64 bit inode
/linux/Documentation/admin-guide/
H A Dinit.rst15 USB!) and filesystem (ext3, jffs2, etc.) are builtin (alternatively as
/linux/Documentation/translations/zh_CN/core-api/
H A Drbtree.rst33 未完成的定时器请求。ext3文件系统用红黑树跟踪目录项。虚拟内存区域(VMAs)、epoll
/linux/Documentation/power/
H A Dswsusp-dmcrypt.rst60 /dev/hda1 /mnt ext3 ro 0 0
/linux/drivers/hwmon/
H A Dlm85.c451 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/drivers/net/vmxnet3/
H A Dvmxnet3_defs.h225 __le32 ext3; member
/linux/fs/
H A DKconfig40 # Meta block cache for Extended Attributes (ext2/ext3/ext4)
/linux/Documentation/core-api/
H A Drbtree.rst30 timer requests. The ext3 filesystem tracks directory entries in a
/linux/arch/arm64/boot/dts/freescale/
H A Dimx8mn.dtsi202 clk_ext3: clock-ext3 {
/linux/Documentation/trace/
H A Dftrace.rst3321 functions in the ext3 module are desired, run:
3323 echo 'write*:mod:ext3' > set_ftrace_filter
3331 echo '!writeback*:mod:ext3' >> set_ftrace_filter
3336 echo '!*:mod:!ext3' >> set_ftrace_filter

12