fs/erofs: add erofs filesystem support

This patch mainly deals with uncompressed files.

Signed-off-by: Huang Jianan <jnhuang95@gmail.com>
This commit is contained in:
Huang Jianan
2022-02-26 15:05:47 +08:00
committed by Tom Rini
parent 17af72eb16
commit 830613f8f5
14 changed files with 1667 additions and 0 deletions

View File

@@ -17,6 +17,7 @@ struct cmd_tbl;
#define FS_TYPE_UBIFS 4
#define FS_TYPE_BTRFS 5
#define FS_TYPE_SQUASHFS 6
#define FS_TYPE_EROFS 7
struct blk_desc;