third_party_f2fs-tools/fsck
Sheng Yong bc28669d6b fsck.f2fs: count the number of inodes during building nat_area_bitmap
The nid and ino of an inode are the same. So during building
nat_area_bitmap, we can know which nat entry represents an
inode, thus, we can count the number of inodes.

Then in fsck_chk_meta, the amount of inodes can be compared
with that recorded in CP.

Signed-off-by: Sheng Yong <shengyong1@huawei.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
2016-03-22 14:10:00 -07:00
..
defrag.c defrag.f2fs: eliminate unexpected journal entries 2015-12-16 17:46:32 -08:00
dump.c fsck.f2fs: add segment type in sit_dump 2015-07-16 13:39:55 -07:00
f2fs.h f2fs-tools: rebase struct f2fs_summary_block with upstream 2016-03-14 09:26:53 -07:00
fsck.c fsck.f2fs: count the number of inodes during building nat_area_bitmap 2016-03-22 14:10:00 -07:00
fsck.h fsck.f2fs: count the number of inodes during building nat_area_bitmap 2016-03-22 14:10:00 -07:00
main.c fsck.f2fs: introduce -p option to check meta 2016-03-22 14:10:00 -07:00
Makefile.am defrag.f2fs: introduce defragmentation tool 2015-12-11 15:58:50 -08:00
mount.c fsck.f2fs: count the number of inodes during building nat_area_bitmap 2016-03-22 14:10:00 -07:00