dump.f2fs: support to dump dirent from blkaddr
authorChao Yu <yuchao0@huawei.com>
Tue, 30 Jan 2018 11:23:12 +0000 (19:23 +0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Mon, 7 May 2018 21:49:37 +0000 (14:49 -0700)
commit10eea8abb8f31373e9a2d898665da6d31cffcfac
treee2c173339421d244a543a94226caebcc568308fc
parentc56821f0b5e354d2797fd70400c0f890a59b6b3f
dump.f2fs: support to dump dirent from blkaddr

This patch adds to support to dump dirent info based on block address
from dentry data block or inline dentry node.

[dump_dentry_block: 627] Inline Dentry block:
[dump_dentry_block: 650] bitmap pos[0x0] name[.] len[0x1] hash[0x0] ino[0x4] type[0x2]
[dump_dentry_block: 650] bitmap pos[0x1] name[..] len[0x2] hash[0x0] ino[0x3] type[0x2]

Signed-off-by: Chao Yu <yuchao0@huawei.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fsck/dump.c