clrblock
clrblock(&sblock, cg_blksfree(&acg), d / sblock.fs_frag);
static void clrblock(struct fs *fs, unsigned char *cp, int h);
clrblock(fs, blksfree, (long)blkno);
extern void clrblock(struct fs *, uchar_t *, daddr_t);