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

/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_alloc.c631 int cg, bmap, bbase; local
700 bbase = bno - fragnum(fs, bno);
704 bmap = blkmap(fs, blksfree, bbase);
738 bmap = blkmap(fs, blksfree, bbase);
743 blkno = fragstoblks(fs, bbase);
745 cylno = cbtocylno(fs, bbase);
746 rpos = cbtorpos(ufsvfsp, bbase);
902 int frags, bbase; local
908 bbase = (int)fragnum(fs, bprev);
909 if (bbase > fragnu
[all...]

Completed in 47 milliseconds