u-boot-brain/fs/ext4
Simon Glass e6d5241534 fs: Move ls and read methods into ext4, fat
It doesn't make a lot of sense to have these methods in fs.c. They are
filesystem-specific, not generic code. Add each to the relevant
filesystem and remove the associated #ifdefs in fs.c.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Tom Rini <trini@ti.com>
2013-03-04 14:19:56 -05: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:ext4:fix: Code refactoring to suppress compiler warnings 2012-12-07 08:47:53 -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 fs:ext4:fix: Code refactoring to suppress compiler warnings 2012-12-07 08:47:53 -07:00
ext4_journal.h ext4fs write support 2012-08-09 23:48:02 +02:00
ext4_write.c ext4: Split write support into its own file 2013-03-04 14:19:56 -05:00
ext4fs.c fs: Move ls and read methods into ext4, fat 2013-03-04 14:19:56 -05:00
Makefile ext4: Split write support into its own file 2013-03-04 14:19:56 -05:00