]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
fs: implement size/fatsize/ext4size
authorStephen Warren <swarren@nvidia.com>
Wed, 11 Jun 2014 18:47:26 +0000 (12:47 -0600)
committerTom Rini <trini@ti.com>
Sat, 9 Aug 2014 15:16:57 +0000 (11:16 -0400)
commitcf6598193aed5de8855eaf70c1994f2bc437255a
tree4effb602945b18ad9c639cfd7b5e9f17eb02ffa4
parente76b933e02e1b38e48754c435e9dba1c0deeb3c6
fs: implement size/fatsize/ext4size

These commands may be used to determine the size of a file without
actually reading the whole file content into memory. This may be used
to determine if the file will fit into the memory buffer that will
contain it. In particular, the DFU code will use it for this purpose
in the next commit.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
common/cmd_ext4.c
common/cmd_fat.c
common/cmd_fs.c
fs/ext4/ext4fs.c
fs/fat/fat.c
fs/fs.c
fs/sandbox/sandboxfs.c
include/ext4fs.h
include/fat.h
include/fs.h
include/sandboxfs.h