Searched refs:l_clusters (Results 1 – 1 of 1) sorted by relevance
6000 struct cl_wextent l_clusters[MAX_CLUSTERS]; in cluster_try_push() local6037 l_clusters[cl_index].b_addr = wbp->cl_clusters[min_index].b_addr; in cluster_try_push()6038 l_clusters[cl_index].e_addr = wbp->cl_clusters[min_index].e_addr; in cluster_try_push()6039 l_clusters[cl_index].io_flags = wbp->cl_clusters[min_index].io_flags; in cluster_try_push()6072 if ((l_clusters[i].e_addr - l_clusters[i].b_addr) != max_cluster_pgcount) { in cluster_try_push()6075 if (l_clusters[i].e_addr != l_clusters[i + 1].b_addr) { in cluster_try_push()6094 if (l_clusters[cl_index].io_flags & CLW_IONOCACHE) { in cluster_try_push()6098 if (l_clusters[cl_index].io_flags & CLW_IOPASSIVE) { in cluster_try_push()6106 cl.b_addr = l_clusters[cl_index].b_addr; in cluster_try_push()6107 cl.e_addr = l_clusters[cl_index].e_addr; in cluster_try_push()[all …]