Searched refs:cluster_start (Results 1 - 4 of 4) sorted by relevance

/linux-master/fs/ocfs2/
H A Dsuballoc.h106 u32 *cluster_start,
116 u32 *cluster_start,
H A Daops.c508 unsigned int cluster_start = 0, cluster_end = PAGE_SIZE; local
515 cluster_start = cpos % cpp;
516 cluster_start = cluster_start << osb->s_clustersize_bits;
518 cluster_end = cluster_start + osb->s_clustersize;
521 BUG_ON(cluster_start > PAGE_SIZE);
525 *start = cluster_start;
543 unsigned int cluster_start, cluster_end; local
545 ocfs2_figure_cluster_boundaries(osb, cpos, &cluster_start, &cluster_end);
550 if (from > cluster_start)
946 unsigned int cluster_start, cluster_end; local
[all...]
H A Dsuballoc.c2300 u32 *cluster_start,
2320 cluster_start,
2345 *cluster_start =
2370 u32 *cluster_start,
2376 bits_wanted, cluster_start, num_clusters);
2296 __ocfs2_claim_clusters(handle_t *handle, struct ocfs2_alloc_context *ac, u32 min_clusters, u32 max_clusters, u32 *cluster_start, u32 *num_clusters) argument
2367 ocfs2_claim_clusters(handle_t *handle, struct ocfs2_alloc_context *ac, u32 min_clusters, u32 *cluster_start, u32 *num_clusters) argument
/linux-master/drivers/net/ethernet/sun/
H A Dsungem.c704 int cluster_start, curr, count, kick; local
706 cluster_start = curr = (gp->rx_new & ~(4 - 1));
714 &gp->init_block->rxd[cluster_start];
718 cluster_start = NEXT_RX(cluster_start);
719 if (cluster_start == curr)

Completed in 121 milliseconds