Searched refs:allocsiz (Results 1 – 1 of 1) sorted by relevance
983 int allocsiz; in alloccg() local1031 allocsiz = frags; in alloccg()1033 for (; allocsiz < fs->fs_frag; allocsiz++) in alloccg()1034 if (cgp->cg_frsum[allocsiz] != 0) in alloccg()1037 if (allocsiz != fs->fs_frag) { in alloccg()1038 bno = mapsearch(ufsvfsp, cgp, bpref, allocsiz); in alloccg()1039 if (bno < 0 && allocsiz < (fs->fs_frag - 1)) { in alloccg()1040 allocsiz++; in alloccg()1045 if (allocsiz == fs->fs_frag || bno < 0) { in alloccg()1074 cgp->cg_frsum[allocsiz]--; in alloccg()[all …]