Lines Matching refs:cluster_end
523 unsigned int cluster_start = 0, cluster_end = PAGE_SIZE; in ocfs2_figure_cluster_boundaries() local
533 cluster_end = cluster_start + osb->s_clustersize; in ocfs2_figure_cluster_boundaries()
537 BUG_ON(cluster_end > PAGE_SIZE); in ocfs2_figure_cluster_boundaries()
542 *end = cluster_end; in ocfs2_figure_cluster_boundaries()
558 unsigned int cluster_start, cluster_end; in ocfs2_clear_page_regions() local
560 ocfs2_figure_cluster_boundaries(osb, cpos, &cluster_start, &cluster_end); in ocfs2_clear_page_regions()
567 if (to < cluster_end) in ocfs2_clear_page_regions()
568 memset(kaddr + to, 0, cluster_end - to); in ocfs2_clear_page_regions()
570 memset(kaddr + cluster_start, 0, cluster_end - cluster_start); in ocfs2_clear_page_regions()
961 unsigned int cluster_start, cluster_end; in ocfs2_prepare_page_for_write() local
965 &cluster_start, &cluster_end); in ocfs2_prepare_page_for_write()
979 cluster_start, cluster_end, in ocfs2_prepare_page_for_write()
993 map_to = cluster_end; in ocfs2_prepare_page_for_write()
1004 map_to = cluster_end; in ocfs2_prepare_page_for_write()
1007 cluster_start, cluster_end, new); in ocfs2_prepare_page_for_write()