Searched defs:cluster_start (Results 1 - 2 of 2) sorted by relevance

/fs/ocfs2/
H A Daops.c630 unsigned int cluster_start = 0, cluster_end = PAGE_CACHE_SIZE; local
637 cluster_start = cpos % cpp;
638 cluster_start = cluster_start << osb->s_clustersize_bits;
640 cluster_end = cluster_start + osb->s_clustersize;
643 BUG_ON(cluster_start > PAGE_SIZE);
647 *start = cluster_start;
665 unsigned int cluster_start, cluster_end; local
667 ocfs2_figure_cluster_boundaries(osb, cpos, &cluster_start, &cluster_end);
672 if (from > cluster_start)
1029 unsigned int cluster_start, cluster_end; local
[all...]
H A Dsuballoc.c2306 u32 *cluster_start,
2326 cluster_start,
2351 *cluster_start =
2376 u32 *cluster_start,
2382 bits_wanted, cluster_start, num_clusters);
2302 __ocfs2_claim_clusters(handle_t *handle, struct ocfs2_alloc_context *ac, u32 min_clusters, u32 max_clusters, u32 *cluster_start, u32 *num_clusters) argument
2373 ocfs2_claim_clusters(handle_t *handle, struct ocfs2_alloc_context *ac, u32 min_clusters, u32 *cluster_start, u32 *num_clusters) argument

Completed in 47 milliseconds