Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/ufs/
H A Dufs_alloc.c631 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 …]