Home
last modified time | relevance | path

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

/xnu-8792.61.2/bsd/sys/
H A Dbuf.h487 void buf_setcount(buf_t bp, uint32_t bcount);
/xnu-8792.61.2/bsd/vfs/
H A Dvfs_bio.c680 buf_setcount(buf_t bp, uint32_t bcount) in buf_setcount() argument
682 bp->b_bcount = bcount; in buf_setcount()