ffs_alloccgblk
blkno = ffs_alloccgblk(ip, bp, bpref, realsize, flags);
static daddr_t ffs_alloccgblk(struct inode *, struct buf *, daddr_t, int, int);
blkno = ffs_alloccgblk(ip, bp, bpref, realsize, flags);
bno = ffs_alloccgblk(ip, bp, bpref);
bno = ffs_alloccgblk(ip, bp, bpref);
static daddr_t ffs_alloccgblk(struct inode *, struct buf *, daddr_t);