ffs_alloc.c | 75 static int32_t ffs_mapsearch(struct fs *, struct cg *, daddr_t, int); 357 bno = ffs_mapsearch(fs, cgp, bpref, allocsiz); 409 bno = ffs_mapsearch(fs, cgp, bpref, (int)fs->fs_frag); 538 ffs_mapsearch(struct fs *fs, struct cg *cgp, daddr_t bpref, int allocsiz) function in typeref:typename:int32_t
|