ffs_balloc
int ffs_balloc(struct vop_balloc_args *);
.vop_balloc = ffs_balloc,
errno = ffs_balloc(&in, offset, chunk, &bp);
int ffs_balloc(struct inode *, off_t, int, struct m_buf **);