mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 00:32:04 +02:00
ext4fs write support
Signed-off-by: Uma Shankar <uma.shankar@samsung.com> Signed-off-by: Manjunatha C Achar <a.manjunatha@samsung.com> Signed-off-by: Iqbal Shareef <iqbal.ams@samsung.com> Signed-off-by: Hakgoo Lee <goodguy.lee@samsung.com>
This commit is contained in:
committed by
Wolfgang Denk
parent
a1596438a6
commit
ed34f34dba
@@ -117,6 +117,18 @@ extern block_dev_desc_t *ext4_dev_desc;
|
||||
extern struct ext2_data *ext4fs_root;
|
||||
extern struct ext2fs_node *ext4fs_file;
|
||||
|
||||
#if defined(CONFIG_CMD_EXT4_WRITE)
|
||||
extern struct ext2_inode *g_parent_inode;
|
||||
extern int gd_index;
|
||||
extern int gindex;
|
||||
|
||||
int ext4fs_init(void);
|
||||
void ext4fs_deinit(void);
|
||||
int ext4fs_filename_check(char *filename);
|
||||
int ext4fs_write(const char *fname, unsigned char *buffer,
|
||||
unsigned long sizebytes);
|
||||
#endif
|
||||
|
||||
struct ext_filesystem *get_fs(void);
|
||||
int init_fs(block_dev_desc_t *dev_desc);
|
||||
void deinit_fs(block_dev_desc_t *dev_desc);
|
||||
|
Reference in New Issue
Block a user