Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dbio.c470 ASSERT(hp->b_length >= 0); in brelse()
471 ASSERT(hp->b_length < nbuf); in brelse()
473 hp->b_length++; /* We are adding this buffer */ in brelse()
640 hp->b_length--; in getblk_common()
810 hp->b_length--; in trygetblk()
930 hp->b_length--; in bflush()
993 hp->b_length--; in blkflush()
1514 hp->b_length--; in bio_getfreeblk()
1731 hp->b_length--; in bio_recycle()
1825 hp->b_length--; in bio_recycle()
/illumos-gate/usr/src/uts/common/fs/
H A Dfsflush.c407 bcount += (hp->b_length); in fsflush()
428 hp->b_length--; in fsflush()
/illumos-gate/usr/src/uts/common/sys/
H A Dbuf.h261 int b_length; /* # of entries on free list */ member