Home
last modified time | relevance | path

Searched refs:contig_clusters (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/fs/ocfs2/
Drefcounttree.c2641 int contig_clusters = ocfs2_cow_contig_clusters(inode->i_sb); in ocfs2_refcount_cal_cow_clusters() local
2715 if (want_clusters < contig_clusters) in ocfs2_refcount_cal_cow_clusters()
2716 want_clusters = contig_clusters; in ocfs2_refcount_cal_cow_clusters()
2726 if (leaf_clusters <= contig_clusters) in ocfs2_refcount_cal_cow_clusters()
2743 } else if ((*cow_start + contig_clusters) >= in ocfs2_refcount_cal_cow_clusters()
2750 *cow_len = contig_clusters; in ocfs2_refcount_cal_cow_clusters()
2751 } else if ((rec_end - cpos) <= contig_clusters) { in ocfs2_refcount_cal_cow_clusters()
2756 *cow_start = rec_end - contig_clusters; in ocfs2_refcount_cal_cow_clusters()
2757 *cow_len = contig_clusters; in ocfs2_refcount_cal_cow_clusters()