Searched hist:"70741004 dc28946cd82c7af6789c4ddb3fc94526" (Results 1 – 2 of 2) sorted by relevance
| /rk3399_rockchip-uboot/fs/jffs2/ |
| H A D | jffs2_private.h | 70741004dc28946cd82c7af6789c4ddb3fc94526 Thu Nov 13 16:49:34 UTC 2008 Ilya Yanok <yanok@emcraft.com> jffs2: add buffer to cache flash accesses
With this patch JFFS2 code allocates memory buffer of max_totlen size (size of the largest node, calculated during scan time) and uses it to store entire node. Speeds up loading. If malloc fails we use old ways to do things.
Signed-off-by: Alexey Neyman <avn@emcraft.com> Signed-off-by: Ilya Yanok <yanok@emcraft.com>
|
| H A D | jffs2_1pass.c | 70741004dc28946cd82c7af6789c4ddb3fc94526 Thu Nov 13 16:49:34 UTC 2008 Ilya Yanok <yanok@emcraft.com> jffs2: add buffer to cache flash accesses
With this patch JFFS2 code allocates memory buffer of max_totlen size (size of the largest node, calculated during scan time) and uses it to store entire node. Speeds up loading. If malloc fails we use old ways to do things.
Signed-off-by: Alexey Neyman <avn@emcraft.com> Signed-off-by: Ilya Yanok <yanok@emcraft.com>
|