Searched refs:MAX_CLUSTERS (Results 1 – 2 of 2) sorted by relevance
68 #define MAX_CLUSTERS CONFIG_MAX_CLUSTERS macro99 struct cl_wextent cl_clusters[MAX_CLUSTERS]; /* packed write behind clusters */
1697 scale += MAX_CLUSTERS; in cluster_io()4075 wbp->cl_number == MAX_CLUSTERS && in cluster_update_state_internal()4076 wbp->cl_seq_written >= (MAX_CLUSTERS * (max_cluster_pgcount * PAGE_SIZE))) { in cluster_update_state_internal()4082 if (n > MAX_CLUSTERS) { in cluster_update_state_internal()4083 n = MAX_CLUSTERS; in cluster_update_state_internal()4100 if (wbp->cl_number < MAX_CLUSTERS) { in cluster_update_state_internal()6739 struct cl_wextent l_clusters[MAX_CLUSTERS]; in cluster_try_push()6753 return MAX_CLUSTERS; in cluster_try_push()6787 if (((push_flag & PUSH_DELAY) && cl_len == MAX_CLUSTERS) && in cluster_try_push()6810 for (i = 0; i < MAX_CLUSTERS - 1; i++) { in cluster_try_push()[all …]