Searched refs:bytes_in_last_page (Results 1 – 1 of 1) sorted by relevance
1946 uint32_t bytes_in_last_page; in cluster_io() local1955 bytes_in_last_page = cbp_head->b_uploffset & PAGE_MASK; in cluster_io()1957 bytes_in_last_page += cbp->b_bcount; in cluster_io()1959 bytes_in_last_page &= PAGE_MASK; in cluster_io()1961 while (bytes_in_last_page) { in cluster_io()1975 if (bytes_in_last_page >= cbp->b_bcount) { in cluster_io()1979 bytes_in_last_page -= cbp->b_bcount; in cluster_io()1985 assert(bytes_in_last_page == 0); in cluster_io()2007 cbp->b_bcount -= bytes_in_last_page; in cluster_io()2009 bytes_in_last_page = 0; in cluster_io()