FreeBSD/src 9fc5d53 (r340411)lib/libufs getinode.3 inode.c, sbin/clri clri.c

In preparation for adding inode check-hashes, clean up and
document the libufs interface for fetching and storing inodes.
The undocumented getino / putino interface has been replaced
with a new getinode / putinode interface.

Convert the utilities that had been using the undocumented
interface to use the new documented interface.

No functional change (as for now the libufs library does not
do inode check-hashes).

Reviewed by:  kib
Tested by:    Peter Holm
Sponsored by: Netflix
DeltaFile
+72-89sbin/tunefs/tunefs.c
+131-0lib/libufs/getinode.3
+52-51sbin/ffsinfo/ffsinfo.c
+31-13sbin/growfs/growfs.c
+23-19sys/ufs/ffs/ffs_subr.c
+17-16sbin/fsirand/fsirand.c
+16-16sbin/fsck_ffs/gjournal.c
+12-18lib/libufs/inode.c
+16-6sbin/fsck_ffs/main.c
+10-11sbin/fsck_ffs/inode.c
+14-6sys/ufs/ffs/ffs_vfsops.c
+6-11sbin/newfs/mkfs.c
+10-6sys/ufs/ffs/ffs_softdep.c
+7-6sbin/fsck_ffs/dir.c
+3-8sbin/clri/clri.c
+8-2sys/ufs/ffs/ffs_inode.c
+5-5tools/diag/prtblknos/main.c
+7-2lib/libufs/libufs.h
+1-4sbin/fsck_ffs/pass5.c
+3-2lib/libufs/Makefile
+2-2sys/ufs/ffs/ffs_snapshot.c
+1-1sys/ufs/ffs/ffs_extern.h
+1-1sbin/fsck_ffs/fsck.h
+448-29523 files

UnifiedSplitRaw