Lines Matching refs:bbase
978 int frags, bbase;
990 bbase = ffs_fragnum(fs, bprev);
991 if (bbase > ffs_fragnum(fs, (bprev + frags - 1))) {
1018 for (i = frags; i < fs->fs_frag - bbase; i++)
1461 int i, error, blk, frags, bbase;
1500 bbase = cgbno - ffs_fragnum(fs, cgbno);
1513 fragno = ffs_fragstoblks(fs, bbase);
1526 blk = blkmap(fs, blksfree, bbase);
1540 blk = blkmap(fs, blksfree, bbase);
1877 int i, blk, frags, bbase;
1919 bbase = cgbno - ffs_fragnum(fs, cgbno);
1923 blk = blkmap(fs, blksfree, bbase);
1945 blk = blkmap(fs, blksfree, bbase);
1950 fragno = ffs_fragstoblks(fs, bbase);
1961 i = old_cbtocylno(fs, bbase);
1964 KASSERT(old_cbtorpos(fs, bbase) >= 0);
1965 KASSERT(fs->fs_old_nrpos == 0 || old_cbtorpos(fs, bbase) < fs->fs_old_nrpos);
1967 bbase)], 1, needswap);