sys/vfs/hammer: Change "bigblock" to "big-block"
authorTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Thu, 2 Jul 2015 14:41:06 +0000 (23:41 +0900)
committerTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Thu, 2 Jul 2015 16:31:36 +0000 (01:31 +0900)
commita981af19c5b65aabb2d93db4bd95bdf247292d22
tree88a91e6ccc1d7f637f439a40721370d9f1789462
parentd165c90a7b1d3508c2dc63b9153070ec3ab0193a
sys/vfs/hammer: Change "bigblock" to "big-block"

- There are(or were) several terms for 8MB chunk, for example
  "big-block", "bigblock", "big block", "large-block", etc but
  "big-block" seems to be the canonical term.

- Changes are mostly comments and some in printf and hammer(8).
  Variable names (e.g. xxx_bigblock_xxx) remain unchanged.

- The official design document as well as much of the existing
  code (excluding variable and macro names) use "big-block".
  https://www.dragonflybsd.org/hammer/hammer.pdf

- Also see e04ee2de and the previous commit.
15 files changed:
sbin/hammer/cmd_blockmap.c
sbin/hammer/cmd_dedup.c
sbin/hammer/hammer.8
sbin/hammer/ondisk.c
sbin/newfs_hammer/newfs_hammer.c
sys/vfs/hammer/hammer.h
sys/vfs/hammer/hammer_blockmap.c
sys/vfs/hammer/hammer_disk.h
sys/vfs/hammer/hammer_freemap.c
sys/vfs/hammer/hammer_io.c
sys/vfs/hammer/hammer_ioctl.h
sys/vfs/hammer/hammer_mirror.c
sys/vfs/hammer/hammer_reblock.c
sys/vfs/hammer/hammer_undo.c
sys/vfs/hammer/hammer_volume.c