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

/macosx-10.5.8/xnu-1228.15.4/bsd/ufs/ffs/
H A Dffs_alloc.c760 int frags, bbase; local
772 bbase = fragnum(fs, bprev); /* offset in a frag (it is mod fragsize */
773 if (bbase > fragnum(fs, (bprev + frags - 1))) {
817 for (i = frags; i < fs->fs_frag - bbase; i++)
1333 int i, error, cg, blk, frags, bbase; local
1390 bbase = bno - fragnum(fs, bno);
1394 blk = blkmap(fs, cg_blksfree(cgp), bbase);
1414 blk = blkmap(fs, cg_blksfree(cgp), bbase);
1419 blkno = fragstoblks(fs, bbase);
1428 i = cbtocylno(fs, bbase);
[all...]

Completed in 22 milliseconds