Searched refs:ext4 (Results 1 – 9 of 9) sorted by relevance
/fs/ext4/ |
D | Kconfig | 10 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 …]
|
D | Makefile | 6 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 20 ext4-$(CONFIG_FS_ENCRYPTION) += crypto.o
|
D | sysfs.c | 302 ATTRIBUTE_GROUPS(ext4);
|
/fs/jbd2/ |
D | Kconfig | 10 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/ |
D | vxfs_inode.h | 109 struct vxfs_ext4 ext4; member 122 #define vdi_ext4 vdi_org.ext4 152 struct vxfs_ext4 ext4; member 161 #define vii_ext4 vii_org.ext4
|
/fs/quota/ |
D | Kconfig | 13 ext2, ext3, ext4, jfs, ocfs2 and reiserfs file systems. 15 Ext3, ext4 and reiserfs also support journaled quotas for which
|
/fs/verity/ |
D | Kconfig | 17 filesystems (currently ext4, f2fs, and btrfs), userspace can
|
/fs/ |
D | Makefile | 70 obj-$(CONFIG_EXT4_FS) += ext4/
|
D | Kconfig | 24 source "fs/ext4/Kconfig" 28 # Meta block cache for Extended Attributes (ext2/ext3/ext4)
|