sys/vfs/hammer: Use typedef'd for struct hammer_blockmap_xxx*
commit21e9e7d5ffe0b12b63c1652a38322ec4b105dd51
authorTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Sun, 28 Aug 2016 07:22:30 +0000 (28 16:22 +0900)
committerTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Sun, 28 Aug 2016 11:15:37 +0000 (28 20:15 +0900)
treea838611f47f66e4c8f5c1a207d636712f259d1db
parentebbcf6930af12100110c31ec1e86e5766322cbdb
sys/vfs/hammer: Use typedef'd for struct hammer_blockmap_xxx*

The whole hammer code is mix of using struct and typedef'd.
Use typedef'd because majority of the code use typedef'd.
sbin/hammer/blockmap.c
sbin/hammer/cmd_blockmap.c
sbin/hammer/hammer_util.h
sbin/hammer/misc.c
sbin/hammer/ondisk.c
sys/vfs/hammer/hammer_blockmap.c
sys/vfs/hammer/hammer_volume.c