Searched refs:bbase (Results 1 - 8 of 8) sorted by relevance

/freebsd-current/lib/libufs/
H A Dcgroup.c82 int i, cg, blk, frags, bbase; local
99 bbase = cgbno - fragnum(fs, cgbno);
103 blk = blkmap(fs, blksfree, bbase);
117 blk = blkmap(fs, blksfree, bbase);
122 fragno = fragstoblks(fs, bbase);
/freebsd-current/usr.bin/m4/
H A Dmisc.c62 unsigned char *bbase[MAXINP]; /* the base for each ilevel */ variable
174 bbase[i] = buf;
207 bbase[i] = (bbase[i]-buf)+newbuf;
H A Dextern.h165 extern unsigned char *bbase[]; /* buffer base per ilevel */
H A Dmain.c262 bbase[0] = bufbase;
453 bufbase = bbase[ilevel];
H A Deval.c737 bbase[ilevel] = bufbase = bp;
/freebsd-current/usr.sbin/makefs/ffs/
H A Dffs_alloc.c428 int i, error, cg, blk, frags, bbase; local
466 bbase = cgbno - fragnum(fs, cgbno);
470 blk = blkmap(fs, cg_blksfree_swap(cgp, needswap), bbase);
489 blk = blkmap(fs, cg_blksfree_swap(cgp, needswap), bbase);
494 fragno = fragstoblks(fs, bbase);
/freebsd-current/sys/ufs/ffs/
H A Dffs_alloc.c1707 int frags, bbase; local
1716 bbase = fragnum(fs, bprev);
1717 if (bbase > fragnum(fs, (bprev + frags - 1))) {
1737 for (i = frags; i < fs->fs_frag - bbase; i++)
2268 int i, blk, frags, bbase, error; local
2346 bbase = cgbno - fragnum(fs, cgbno);
2350 blk = blkmap(fs, blksfree, bbase);
2371 blk = blkmap(fs, blksfree, bbase);
2376 fragno = fragstoblks(fs, bbase);
H A Dffs_softdep.c11097 long cgbno, bbase; local
11123 bbase = cgbno - fragnum(fs, cgbno);
11125 blk = blkmap(fs, blksfree, bbase);
11132 blk = blkmap(fs, blksfree, bbase);
11135 fragno = fragstoblks(fs, bbase);
12075 long cgbno, bbase; local
12092 bbase = cgbno - fragnum(fs, cgbno);
12095 fragno = fragstoblks(fs, bbase);
12102 blk = blkmap(fs, blksfree, bbase);
12109 blk = blkmap(fs, blksfree, bbase);
[all...]

Completed in 277 milliseconds