Lines Matching refs:cluster_end
1018 unsigned int cluster_start = 0, cluster_end = PAGE_CACHE_SIZE; in ocfs2_figure_cluster_boundaries() local
1028 cluster_end = cluster_start + osb->s_clustersize; in ocfs2_figure_cluster_boundaries()
1032 BUG_ON(cluster_end > PAGE_SIZE); in ocfs2_figure_cluster_boundaries()
1037 *end = cluster_end; in ocfs2_figure_cluster_boundaries()
1053 unsigned int cluster_start, cluster_end; in ocfs2_clear_page_regions() local
1055 ocfs2_figure_cluster_boundaries(osb, cpos, &cluster_start, &cluster_end); in ocfs2_clear_page_regions()
1062 if (to < cluster_end) in ocfs2_clear_page_regions()
1063 memset(kaddr + to, 0, cluster_end - to); in ocfs2_clear_page_regions()
1065 memset(kaddr + cluster_start, 0, cluster_end - cluster_start); in ocfs2_clear_page_regions()
1421 unsigned int cluster_start, cluster_end; in ocfs2_prepare_page_for_write() local
1425 &cluster_start, &cluster_end); in ocfs2_prepare_page_for_write()
1439 cluster_start, cluster_end, in ocfs2_prepare_page_for_write()
1453 map_to = cluster_end; in ocfs2_prepare_page_for_write()
1464 map_to = cluster_end; in ocfs2_prepare_page_for_write()
1467 cluster_start, cluster_end, new); in ocfs2_prepare_page_for_write()