Home
last modified time | relevance | path

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

/linux/fs/ocfs2/
H A Drefcounttree.c2578 * find an offset (start + (n * contig_clusters)) that is closest to cpos
2581 * The goal is to break the extent at a multiple of contig_clusters.
2594 * of contig_clusters.
2635 int contig_clusters = ocfs2_cow_contig_clusters(inode->i_sb); in ocfs2_refcount_cal_cow_clusters() local
2702 * than contig_clusters, we try for contig_clusters. in ocfs2_refcount_cal_cow_clusters()
2709 if (want_clusters < contig_clusters) in ocfs2_refcount_cal_cow_clusters()
2710 want_clusters = contig_clusters; in ocfs2_refcount_cal_cow_clusters()
2715 * We try to do it on contig_clusters boundaries. in ocfs2_refcount_cal_cow_clusters()
2717 * Any extent smaller than contig_clusters wil in ocfs2_refcount_cal_cow_clusters()
[all...]