ffs_balloc
int ffs_balloc(struct inode *, off_t, int, struct ucred *, int, struct buf **);
.iv_buf_alloc = ffs_balloc,
errno = ffs_balloc(&in, offset, chunk, &bp);
int ffs_balloc(struct inode *, off_t, int, struct mkfsbuf **);