Searched refs:bytes_in_last_page (Results 1 – 1 of 1) sorted by relevance
1537 uint32_t bytes_in_last_page; in cluster_io() local1546 bytes_in_last_page = cbp_head->b_uploffset & PAGE_MASK; in cluster_io()1548 bytes_in_last_page += cbp->b_bcount; in cluster_io()1550 bytes_in_last_page &= PAGE_MASK; in cluster_io()1552 while (bytes_in_last_page) { in cluster_io()1566 if (bytes_in_last_page >= cbp->b_bcount) { in cluster_io()1570 bytes_in_last_page -= cbp->b_bcount; in cluster_io()1576 assert(bytes_in_last_page == 0); in cluster_io()1598 cbp->b_bcount -= bytes_in_last_page; in cluster_io()1600 bytes_in_last_page = 0; in cluster_io()