Searched refs:bytes_in_last_page (Results 1 – 1 of 1) sorted by relevance
1848 uint32_t bytes_in_last_page; in cluster_io() local1857 bytes_in_last_page = cbp_head->b_uploffset & PAGE_MASK; in cluster_io()1859 bytes_in_last_page += cbp->b_bcount; in cluster_io()1861 bytes_in_last_page &= PAGE_MASK; in cluster_io()1863 while (bytes_in_last_page) { in cluster_io()1877 if (bytes_in_last_page >= cbp->b_bcount) { in cluster_io()1881 bytes_in_last_page -= cbp->b_bcount; in cluster_io()1887 assert(bytes_in_last_page == 0); in cluster_io()1909 cbp->b_bcount -= bytes_in_last_page; in cluster_io()1911 bytes_in_last_page = 0; in cluster_io()