| /OK3568_Linux_fs/u-boot/fs/ext4/ |
| H A D | ext4fs.su | |
| H A D | ext4_common.su | |
| H A D | .built-in.o.cmd | |
| H A D | dev.su | |
| H A D | .ext4fs.o.cmd | |
| H A D | .ext4_common.o.cmd | |
| H A D | .dev.o.cmd | |
| /OK3568_Linux_fs/kernel/fs/ext4/ |
| H A 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 …]
|
| H A 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
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | sysfs-fs-ext4 | 1 What: /sys/fs/ext4/<disk>/mb_stats 10 What: /sys/fs/ext4/<disk>/mb_group_prealloc 16 stripe size is not set in the ext4 superblock 18 What: /sys/fs/ext4/<disk>/mb_max_to_scan 25 What: /sys/fs/ext4/<disk>/mb_min_to_scan 32 What: /sys/fs/ext4/<disk>/mb_order2_req 40 What: /sys/fs/ext4/<disk>/mb_stream_req 51 What: /sys/fs/ext4/<disk>/inode_readahead_blks 56 inode table blocks that ext4's inode table readahead 59 What: /sys/fs/ext4/<disk>/delayed_allocation_blocks [all …]
|
| /OK3568_Linux_fs/u-boot/doc/ |
| H A D | README.ext4 | 1 U-Boot supports access of both ext2 and ext4 filesystems, either in read-only 4 First, to enable support for both ext4 (and, automatically, ext2 as well), 15 or ext4-related commands: 43 Some sample commands to test ext4 support: 52 ext4write- create a file in ext4 formatted partition 55 2. To list the files in an ext4-formatted partition, run: 62 3. To read and load a file from an ext4-formatted partition to RAM, run: 69 4. To write a file to an ext4-formatted partition. 81 -- ext4 implementation in Linux Kernel
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/ |
| H A D | ext4.rst | 4 ext4 General Information 12 Mailing list: linux-ext4@vger.kernel.org 13 Web site: http://ext4.wiki.kernel.org 19 Note: More extensive information for getting started with ext4 can be 20 found at the ext4 wiki site at the URL: 21 http://ext4.wiki.kernel.org/index.php/Ext4_Howto 35 - Create a new filesystem using the ext4 filesystem type: 37 # mke2fs -t ext4 /dev/hda1 50 # mount -t ext4 /dev/hda1 /wherever 56 note that ext4 enables write barriers by default, while ext3 does [all …]
|
| /OK3568_Linux_fs/kernel/fs/jbd2/ |
| H A 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
|
| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | ext4.su | |
| /OK3568_Linux_fs/buildroot/package/e2fsprogs/ |
| H A D | Config.in | 27 ext2/ext3/ext4 file system debugger 32 Save critical ext2/ext3/ext4 filesystem metadata to a file 52 Online defragmenter for ext4 filesystem 72 FUSE file system client for ext2/ext3/ext4 file systems 80 ext2/ext3/ext4 file system resizer
|
| /OK3568_Linux_fs/yocto/poky/meta-selftest/wic/ |
| H A D | overlayfs_etc.wks.in | 2 part / --source rootfs --ondisk sda --fstype=ext4 --use-uuid --align 1024 3 part --ondisk sda --fstype=ext4 --size=5 --align 1024 4 bootloader --ptable gpt --timeout=1 --append="rootfstype=ext4 console=ttyS0,115200 console=tty0 ${O…
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/syslinux/syslinux/ |
| H A D | 0001-linux-syslinux-support-ext2-3-4-device.patch | 30 + * Check whether the device contains an ext2, ext3 or ext4 fs and open it if 34 + * 1: Not an ext2, ext3 or ext4 41 +/* The install func for ext2, ext3 and ext4 */ 54 + * Check if it is an ext2, ext3 or ext4 78 + fprintf(stderr, "%s: supported fs: fat/ntfs/ext2/ex3/ext4\n", program);
|
| H A D | 0002-linux-syslinux-implement-open_ext2_fs.patch | 6 The open_ext2_fs() checks whether it is an ext2/ext3/ext4 device, and 8 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 */
|
| /OK3568_Linux_fs/kernel/fs/freevxfs/ |
| H A D | vxfs_inode.h | 134 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
|
| /OK3568_Linux_fs/yocto/poky/meta-selftest/recipes-test/images/ |
| H A D | wic-image-minimal.wks | 6 part / --source rootfs --ondisk sda --fstype=ext4 --label platform --align 1024 --use-uuid 7 part /media --source rootfs --rootfs-dir=wic-image-minimal --ondisk sda --fstype=ext4 --label uuid-… 8 part /mnt --source rootfs --rootfs-dir=wic-image-minimal --ondisk sda --fstype=ext4 --label core --…
|
| /OK3568_Linux_fs/yocto/poky/scripts/lib/wic/canned-wks/ |
| H A D | directdisk-multi-rootfs.wks | 19 part / --source rootfs --rootfs-dir=rootfs1 --ondisk sda --fstype=ext4 --label platform --align 1024 20 part /rescue --source rootfs --rootfs-dir=rootfs2 --ondisk sda --fstype=ext4 --label secondary --al… 22 bootloader --timeout=0 --append="rootwait rootfstype=ext4 video=vesafb vga=0x318 console=tty0 con…
|
| /OK3568_Linux_fs/u-boot/fs/ |
| H A D | Makefile | 11 obj-$(CONFIG_SPL_EXT_SUPPORT) += ext4/ 17 obj-$(CONFIG_FS_EXT4) += ext4/
|
| /OK3568_Linux_fs/u-boot/board/samsung/common/ |
| H A D | dfu_sample_env.txt | 2 rootfstype=ext4 9 dfu_alt_info=u-boot mmc 80 800;params.bin mmc 0x38 0x8;uImage ext4 0 2
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/ |
| H A D | ext3.rst | 12 filesystem is a subset of ext4 filesystem so use ext4 driver for accessing
|
| /OK3568_Linux_fs/yocto/poky/meta-yocto-bsp/wic/ |
| H A D | genericx86.wks.in | 4 part / --source rootfs --ondisk sda --fstype=ext4 --label platform --align 1024 --use-uuid 7 bootloader --ptable gpt --timeout=5 --append="rootfstype=ext4 console=ttyS0,115200 console=tty0"
|