u-boot-brain/fs/ext4
Łukasz Majewski a1f41f1a55 fs:ext4:write: Store block device descriptor in file system structure
The device block descriptor (block_dev_desc_t) )shall be stored at
ext4 early code (at ext4fs_set_blk_dev in this case) to be available
for latter use (like put_ext4()).

Signed-off-by: Lukasz Majewski <l.majewski@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
2012-12-07 08:47:52 -07:00
..
crc16.c ext4fs write support 2012-08-09 23:48:02 +02:00
crc16.h ext4fs write support 2012-08-09 23:48:02 +02:00
dev.c fs:ext4:write: Store block device descriptor in file system structure 2012-12-07 08:47:52 -07:00
ext4_common.c fs: separate CONFIG_FS_{FAT, EXT4} from CONFIG_CMD_{FAT, EXT*} 2012-10-29 14:21:19 -07:00
ext4_common.h fs: separate CONFIG_FS_{FAT, EXT4} from CONFIG_CMD_{FAT, EXT*} 2012-10-29 14:21:19 -07:00
ext4_journal.c ext4fs write support 2012-08-09 23:48:02 +02:00
ext4_journal.h ext4fs write support 2012-08-09 23:48:02 +02:00
ext4fs.c fs:ext4:write: Add lldiv and do_div to perform 64-32 bits division 2012-12-07 08:47:52 -07:00
Makefile fs: separate CONFIG_FS_{FAT, EXT4} from CONFIG_CMD_{FAT, EXT*} 2012-10-29 14:21:19 -07:00