Lines Matching defs:bytecount
902 int bytecount, secmask;
1128 * Recalculate first offset and bytecount with regards to read behind.
1129 * Truncate bytecount to vnode real size and round up physical size
1133 bytecount = bp->b_npages << PAGE_SHIFT;
1134 if ((foff + bytecount) > object->un_pager.vnp.vnp_size)
1135 bytecount = object->un_pager.vnp.vnp_size - foff;
1139 bytecount = (bytecount + secmask) & ~secmask;
1162 bp->b_bcount = bp->b_bufsize = bytecount;
1371 vnode_pager_generic_putpages(struct vnode *vp, vm_page_t *ma, int bytecount,
1386 count = bytecount / PAGE_SIZE;