ffs_mapsearch
bno = ffs_mapsearch(fs, cgp, bpref, allocsiz);
bno = ffs_mapsearch(fs, cgp, bpref, (int)fs->fs_frag);
static ufs_daddr_t ffs_mapsearch (struct fs *, struct cg *, ufs_daddr_t,
bno = ffs_mapsearch(fs, cgp, bpref, allocsiz);
bno = ffs_mapsearch(fs, cgp, bpref, (int)fs->fs_frag);
static int32_t ffs_mapsearch(struct fs *, struct cg *, makefs_daddr_t, int);