Home
last modified time | relevance | path

Searched refs:ext4 (Results 1 – 8 of 8) sorted by relevance

/fs/ext4/
DKconfig10 filesystem is now handled by the ext4 driver.
19 filesystem is now handled by the ext4 driver.
27 filesystem is now handled by the ext4 driver.
30 tristate "The Extended 4 (ext4) filesystem"
41 the on-disk format of ext4 is not forwards compatible with
43 physical block numbers. The ext4 filesystem also supports delayed
47 http://ext4.wiki.kernel.org.
49 The ext4 filesystem supports mounting an ext3 filesystem; while there
51 table readahead, the best performance gains require enabling ext4
53 filesystem as an ext4 filesystem initially. Without explicit enabling
[all …]
DMakefile6 obj-$(CONFIG_EXT4_FS) += ext4.o
8 ext4-y := balloc.o bitmap.o block_validity.o dir.o ext4_jbd2.o extents.o \
15 ext4-$(CONFIG_EXT4_FS_POSIX_ACL) += acl.o
16 ext4-$(CONFIG_EXT4_FS_SECURITY) += xattr_security.o
17 ext4-inode-test-objs += inode-test.o
18 obj-$(CONFIG_EXT4_KUNIT_TESTS) += ext4-inode-test.o
19 ext4-$(CONFIG_FS_VERITY) += verity.o
Dsysfs.c304 ATTRIBUTE_GROUPS(ext4);
/fs/jbd2/
DKconfig10 the ext4 and OCFS2 filesystems, but it could also be used to add
14 If you are using ext4 or OCFS2, you need to say Y here.
15 If you are not using ext4 or OCFS2 then you will
19 called jbd2. If you are compiling ext4 or OCFS2 into the kernel,
23 bool "JBD2 (ext4) debugging support"
26 If you are using the ext4 journaled file system (or
/fs/freevxfs/
Dvxfs_inode.h134 struct vxfs_ext4 ext4; member
147 #define vdi_ext4 vdi_org.ext4
177 struct vxfs_ext4 ext4; member
186 #define vii_ext4 vii_org.ext4
/fs/quota/
DKconfig13 ext2, ext3, ext4, jfs, ocfs2 and reiserfs file systems.
15 Ext3, ext4 and reiserfs also support journaled quotas for which
/fs/
DMakefile73 obj-$(CONFIG_EXT4_FS) += ext4/
DKconfig24 source "fs/ext4/Kconfig"
28 # Meta block cache for Extended Attributes (ext2/ext3/ext4)