Searched refs:buf_setcount (Results 1 – 5 of 5) sorted by relevance
174 buf_setcount(bp, (uint32_t)iosize); in physio()254 buf_setcount(bp, min(MAXPHYS, buf_count(bp))); in minphys()
487 void buf_setcount(buf_t bp, uint32_t bcount);
283 buf_setcount(bp, (uint32_t)((mdev[devid].mdSize << 12) - blkoff)); /* Yes, trim to max */ in mdevstrategy()
818 buf_setcount(bp, (uint32_t)((vn->sc_size - blk_num) * vn->sc_secsize)); in vnstrategy()
680 buf_setcount(buf_t bp, uint32_t bcount) in buf_setcount() function