cluster_end       523 fs/ocfs2/aops.c 	unsigned int cluster_start = 0, cluster_end = PAGE_SIZE;
cluster_end       533 fs/ocfs2/aops.c 		cluster_end = cluster_start + osb->s_clustersize;
cluster_end       537 fs/ocfs2/aops.c 	BUG_ON(cluster_end > PAGE_SIZE);
cluster_end       542 fs/ocfs2/aops.c 		*end = cluster_end;
cluster_end       558 fs/ocfs2/aops.c 	unsigned int cluster_start, cluster_end;
cluster_end       560 fs/ocfs2/aops.c 	ocfs2_figure_cluster_boundaries(osb, cpos, &cluster_start, &cluster_end);
cluster_end       567 fs/ocfs2/aops.c 		if (to < cluster_end)
cluster_end       568 fs/ocfs2/aops.c 			memset(kaddr + to, 0, cluster_end - to);
cluster_end       570 fs/ocfs2/aops.c 		memset(kaddr + cluster_start, 0, cluster_end - cluster_start);
cluster_end       961 fs/ocfs2/aops.c 	unsigned int cluster_start, cluster_end;
cluster_end       965 fs/ocfs2/aops.c 					&cluster_start, &cluster_end);
cluster_end       979 fs/ocfs2/aops.c 						    cluster_start, cluster_end,
cluster_end       993 fs/ocfs2/aops.c 			map_to = cluster_end;
cluster_end      1004 fs/ocfs2/aops.c 		map_to = cluster_end;
cluster_end      1007 fs/ocfs2/aops.c 					    cluster_start, cluster_end, new);