Searched hist:"1 dbe4152168d44fa164edbdc9f1243de70b98f7a" (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | f2fs_fs.h | diff 1dbe4152168d44fa164edbdc9f1243de70b98f7a Sun May 11 22:27:43 CDT 2014 Changman Lee <cm224.lee@samsung.com> f2fs: large volume support
f2fs's cp has one page which consists of struct f2fs_checkpoint and version bitmap of sit and nat. To support lots of segments, we need more blocks for sit bitmap. So let's arrange sit bitmap as following: +-----------------+------------+ | f2fs_checkpoint | sit bitmap | | + nat bitmap | | +-----------------+------------+ 0 4k N blocks
Signed-off-by: Changman Lee <cm224.lee@samsung.com> [Jaegeuk Kim: simple code change for readability] Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
|
/openbmc/linux/fs/f2fs/ |
H A D | checkpoint.c | diff 1dbe4152168d44fa164edbdc9f1243de70b98f7a Sun May 11 22:27:43 CDT 2014 Changman Lee <cm224.lee@samsung.com> f2fs: large volume support
f2fs's cp has one page which consists of struct f2fs_checkpoint and version bitmap of sit and nat. To support lots of segments, we need more blocks for sit bitmap. So let's arrange sit bitmap as following: +-----------------+------------+ | f2fs_checkpoint | sit bitmap | | + nat bitmap | | +-----------------+------------+ 0 4k N blocks
Signed-off-by: Changman Lee <cm224.lee@samsung.com> [Jaegeuk Kim: simple code change for readability] Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
|
H A D | f2fs.h | diff 1dbe4152168d44fa164edbdc9f1243de70b98f7a Sun May 11 22:27:43 CDT 2014 Changman Lee <cm224.lee@samsung.com> f2fs: large volume support
f2fs's cp has one page which consists of struct f2fs_checkpoint and version bitmap of sit and nat. To support lots of segments, we need more blocks for sit bitmap. So let's arrange sit bitmap as following: +-----------------+------------+ | f2fs_checkpoint | sit bitmap | | + nat bitmap | | +-----------------+------------+ 0 4k N blocks
Signed-off-by: Changman Lee <cm224.lee@samsung.com> [Jaegeuk Kim: simple code change for readability] Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
|