ffs_clrblock
ffs_clrblock(fs, blksfree, blkno);
ffs_clrblock(fs, blksfree, fragno);
void ffs_clrblock(struct fs *, u_char *, int32_t);
ffs_clrblock(fs, blksfree, (long)blkno);
void ffs_clrblock(struct fs *, u_char *, int32_t);