bbase 1193 ufs/ffs/ffs_alloc.c int frags, bbase; bbase 1200 ufs/ffs/ffs_alloc.c bbase = fragnum(fs, bprev); bbase 1201 ufs/ffs/ffs_alloc.c if (bbase > fragnum(fs, (bprev + frags - 1))) { bbase 1231 ufs/ffs/ffs_alloc.c for (i = frags; i < fs->fs_frag - bbase; i++) bbase 1694 ufs/ffs/ffs_alloc.c int i, error, cg, blk, frags, bbase; bbase 1744 ufs/ffs/ffs_alloc.c bbase = bno - fragnum(fs, bno); bbase 1748 ufs/ffs/ffs_alloc.c blk = blkmap(fs, cg_blksfree(cgp), bbase); bbase 1768 ufs/ffs/ffs_alloc.c blk = blkmap(fs, cg_blksfree(cgp), bbase); bbase 1773 ufs/ffs/ffs_alloc.c blkno = fragstoblks(fs, bbase); bbase 1784 ufs/ffs/ffs_alloc.c i = cbtocylno(fs, bbase); bbase 1785 ufs/ffs/ffs_alloc.c cg_blks(fs, cgp, i)[cbtorpos(fs, bbase)]++;