Searched refs:MAX_CLUSTERS (Results 1 – 2 of 2) sorted by relevance
65 #define MAX_CLUSTERS CONFIG_MAX_CLUSTERS macro96 struct cl_wextent cl_clusters[MAX_CLUSTERS]; /* packed write behind clusters */
1361 scale += MAX_CLUSTERS; in cluster_io()3435 wbp->cl_number == MAX_CLUSTERS && in cluster_update_state_internal()3436 wbp->cl_seq_written >= (MAX_CLUSTERS * (max_cluster_pgcount * PAGE_SIZE))) { in cluster_update_state_internal()3442 if (n > MAX_CLUSTERS) { in cluster_update_state_internal()3443 n = MAX_CLUSTERS; in cluster_update_state_internal()3460 if (wbp->cl_number < MAX_CLUSTERS) { in cluster_update_state_internal()6027 struct cl_wextent l_clusters[MAX_CLUSTERS]; in cluster_try_push()6041 return MAX_CLUSTERS; in cluster_try_push()6075 if (((push_flag & PUSH_DELAY) && cl_len == MAX_CLUSTERS) && in cluster_try_push()6098 for (i = 0; i < MAX_CLUSTERS - 1; i++) { in cluster_try_push()[all …]