Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/kern/
H A Dkern_physio.c174 buf_setcount(bp, (uint32_t)iosize); in physio()
254 buf_setcount(bp, min(MAXPHYS, buf_count(bp))); in minphys()
/xnu-8019.80.24/bsd/sys/
H A Dbuf.h487 void buf_setcount(buf_t bp, uint32_t bcount);
/xnu-8019.80.24/bsd/dev/
H A Dmemdev.c283 buf_setcount(bp, (uint32_t)((mdev[devid].mdSize << 12) - blkoff)); /* Yes, trim to max */ in mdevstrategy()
/xnu-8019.80.24/bsd/dev/vn/
H A Dvn.c818 buf_setcount(bp, (uint32_t)((vn->sc_size - blk_num) * vn->sc_secsize)); in vnstrategy()
/xnu-8019.80.24/bsd/vfs/
H A Dvfs_bio.c680 buf_setcount(buf_t bp, uint32_t bcount) in buf_setcount() function