Searched refs:bbase (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/uts/common/fs/ufs/ |
H A D | ufs_alloc.c | 631 int cg, bmap, bbase; in free() local 700 bbase = bno - fragnum(fs, bno); in free() 704 bmap = blkmap(fs, blksfree, bbase); in free() 738 bmap = blkmap(fs, blksfree, bbase); in free() 743 blkno = fragstoblks(fs, bbase); in free() 745 cylno = cbtocylno(fs, bbase); in free() 746 rpos = cbtorpos(ufsvfsp, bbase); in free() 902 int frags, bbase; in fragextend() local 908 bbase = (int)fragnum(fs, bprev); in fragextend() 909 if (bbase > fragnum(fs, (bprev + frags - 1))) { in fragextend() [all …]
|