Lines Matching defs:cluster
16 #include <cluster/masklog.h>
48 u32 cluster, lgd_cluster;
53 cluster = ocfs2_blocks_to_clusters(inode->i_sb, blkno);
55 gd_blkno = ocfs2_which_cluster_group(inode, cluster);
64 if (lgd_cluster >= cluster)
68 ocfs2_set_bit(cluster % cl_cpg,
71 ocfs2_clear_bit(cluster % cl_cpg,
175 u32 cluster;
184 cluster = ocfs2_blocks_to_clusters(inode->i_sb, blkno);
185 if (cluster >= clusters)
417 u32 cluster = ocfs2_blocks_to_clusters(inode->i_sb, input->group);
421 if (cluster < total_clusters)
431 mlog(ML_ERROR, "the cluster exceeds the maximum of a group\n");
433 mlog(ML_ERROR, "the free cluster exceeds the total clusters\n");
437 else if (input->group != ocfs2_which_cluster_group(inode, cluster))