Lines Matching refs:cluster_start
499 unsigned int cluster_start = 0, cluster_end = PAGE_SIZE;
506 cluster_start = cpos % cpp;
507 cluster_start = cluster_start << osb->s_clustersize_bits;
509 cluster_end = cluster_start + osb->s_clustersize;
512 BUG_ON(cluster_start > PAGE_SIZE);
516 *start = cluster_start;
534 unsigned int cluster_start, cluster_end;
536 ocfs2_figure_cluster_boundaries(osb, cpos, &cluster_start, &cluster_end);
541 if (from > cluster_start)
542 memset(kaddr + cluster_start, 0, from - cluster_start);
546 memset(kaddr + cluster_start, 0, cluster_end - cluster_start);
934 unsigned int cluster_start, cluster_end;
938 &cluster_start, &cluster_end);
952 cluster_start, cluster_end, new);
964 map_from = cluster_start;
975 map_from = cluster_start;
979 cluster_start, cluster_end, new);