Searched refs:contig_clusters (Results 1 – 1 of 1) sorted by relevance
2643 int contig_clusters = ocfs2_cow_contig_clusters(inode->i_sb); in ocfs2_refcount_cal_cow_clusters() local2717 if (want_clusters < contig_clusters) in ocfs2_refcount_cal_cow_clusters()2718 want_clusters = contig_clusters; in ocfs2_refcount_cal_cow_clusters()2728 if (leaf_clusters <= contig_clusters) in ocfs2_refcount_cal_cow_clusters()2745 } else if ((*cow_start + contig_clusters) >= in ocfs2_refcount_cal_cow_clusters()2752 *cow_len = contig_clusters; in ocfs2_refcount_cal_cow_clusters()2753 } else if ((rec_end - cpos) <= contig_clusters) { in ocfs2_refcount_cal_cow_clusters()2758 *cow_start = rec_end - contig_clusters; in ocfs2_refcount_cal_cow_clusters()2759 *cow_len = contig_clusters; in ocfs2_refcount_cal_cow_clusters()