Searched refs:bbase (Results 1 – 8 of 8) sorted by relevance
/freebsd/lib/libufs/ |
H A D | cgroup.c | 82 int i, cg, blk, frags, bbase; in cgbfree() local 99 bbase = cgbno - fragnum(fs, cgbno); in cgbfree() 103 blk = blkmap(fs, blksfree, bbase); in cgbfree() 117 blk = blkmap(fs, blksfree, bbase); in cgbfree() 122 fragno = fragstoblks(fs, bbase); in cgbfree()
|
/freebsd/usr.bin/m4/ |
H A D | misc.c | 62 unsigned char *bbase[MAXINP]; /* the base for each ilevel */ variable 174 bbase[i] = buf; in initspaces() 207 bbase[i] = (bbase[i]-buf)+newbuf; in enlarge_bufspace()
|
H A D | extern.h | 165 extern unsigned char *bbase[]; /* buffer base per ilevel */
|
H A D | main.c | 262 bbase[0] = bufbase; in main() 453 bufbase = bbase[ilevel]; in macro()
|
H A D | eval.c | 737 bbase[ilevel] = bufbase = bp; in doincl()
|
/freebsd/usr.sbin/makefs/ffs/ |
H A D | ffs_alloc.c | 428 int i, error, cg, blk, frags, bbase; in ffs_blkfree() local 466 bbase = cgbno - fragnum(fs, cgbno); in ffs_blkfree() 470 blk = blkmap(fs, cg_blksfree_swap(cgp, needswap), bbase); in ffs_blkfree() 489 blk = blkmap(fs, cg_blksfree_swap(cgp, needswap), bbase); in ffs_blkfree() 494 fragno = fragstoblks(fs, bbase); in ffs_blkfree()
|
/freebsd/sys/ufs/ffs/ |
H A D | ffs_alloc.c | 1724 int frags, bbase; in ffs_fragextend() local 1733 bbase = fragnum(fs, bprev); in ffs_fragextend() 1734 if (bbase > fragnum(fs, (bprev + frags - 1))) { in ffs_fragextend() 1754 for (i = frags; i < fs->fs_frag - bbase; i++) in ffs_fragextend() 2286 int i, blk, frags, bbase, error; in ffs_blkfree_cg() local 2364 bbase = cgbno - fragnum(fs, cgbno); in ffs_blkfree_cg() 2368 blk = blkmap(fs, blksfree, bbase); in ffs_blkfree_cg() 2389 blk = blkmap(fs, blksfree, bbase); in ffs_blkfree_cg() 2394 fragno = fragstoblks(fs, bbase); in ffs_blkfree_cg()
|
H A D | ffs_softdep.c | 11108 long cgbno, bbase; in jnewblk_rollback() local 11134 bbase = cgbno - fragnum(fs, cgbno); in jnewblk_rollback() 11136 blk = blkmap(fs, blksfree, bbase); in jnewblk_rollback() 11143 blk = blkmap(fs, blksfree, bbase); in jnewblk_rollback() 11146 fragno = fragstoblks(fs, bbase); in jnewblk_rollback() 12086 long cgbno, bbase; in jnewblk_rollforward() local 12103 bbase = cgbno - fragnum(fs, cgbno); in jnewblk_rollforward() 12106 fragno = fragstoblks(fs, bbase); in jnewblk_rollforward() 12113 blk = blkmap(fs, blksfree, bbase); in jnewblk_rollforward() 12120 blk = blkmap(fs, blksfree, bbase); in jnewblk_rollforward() [all...] |