OSDN Git Service

staging: erofs: add erofs in-memory stuffs
authorGao Xiang <gaoxiang25@huawei.com>
Thu, 26 Jul 2018 12:21:45 +0000 (20:21 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 27 Jul 2018 15:21:59 +0000 (17:21 +0200)
commitbfb8674dc0447da3ab65665dd21086475abb8e4c
tree0060921403b75355350841d76174e0705e3320d0
parentaea1286dcbbb87cf33595c2ac8b153c29a4611cb
staging: erofs: add erofs in-memory stuffs

 - erofs_sb_info:
   contains erofs-specific in-memory information.

 - erofs_vnode:
   contains vfs_inode and other fs-specific information.
   same as super block, the only one in-memory definition exists.

 - erofs_map_blocks
   plays a role in the file L2P mapping

Signed-off-by: Miao Xie <miaoxie@huawei.com>
Signed-off-by: Chao Yu <yuchao0@huawei.com>
Signed-off-by: Gao Xiang <gaoxiang25@huawei.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/erofs/internal.h [new file with mode: 0644]