Lines Matching defs:clusters
1042 * Call this even if we don't add any clusters to the tree. We
1453 u32 cpos, phys_cpos, clusters, alloc_size;
1482 clusters = ocfs2_clusters_for_bytes(inode->i_sb, start + len);
1483 clusters -= cpos;
1485 while (clusters) {
1497 if (alloc_size > clusters)
1498 alloc_size = clusters;
1517 clusters -= alloc_size;
1528 * Truncate a byte range, avoiding pages within partial clusters. This
1602 * partial clusters here. There's no need to worry about
1828 * For reflinks, we may need to CoW 2 clusters which might be
2159 u32 cpos, clusters, extent_len, phys_cpos;
2168 clusters = ocfs2_clusters_for_bytes(sb, pos + count) - cpos;
2170 while (clusters) {
2183 if (extent_len > clusters)
2184 extent_len = clusters;
2186 clusters -= extent_len;
2271 u32 clusters;
2350 clusters =
2352 ret = ocfs2_refcount_cow(inode, di_bh, cpos, clusters, UINT_MAX);