Searched refs:l_clusters (Results 1 – 1 of 1) sorted by relevance
6027 struct cl_wextent l_clusters[MAX_CLUSTERS]; in cluster_try_push() local6064 l_clusters[cl_index].b_addr = wbp->cl_clusters[min_index].b_addr; in cluster_try_push()6065 l_clusters[cl_index].e_addr = wbp->cl_clusters[min_index].e_addr; in cluster_try_push()6066 l_clusters[cl_index].io_flags = wbp->cl_clusters[min_index].io_flags; in cluster_try_push()6099 if ((l_clusters[i].e_addr - l_clusters[i].b_addr) != max_cluster_pgcount) { in cluster_try_push()6102 if (l_clusters[i].e_addr != l_clusters[i + 1].b_addr) { in cluster_try_push()6121 if (l_clusters[cl_index].io_flags & CLW_IONOCACHE) { in cluster_try_push()6125 if (l_clusters[cl_index].io_flags & CLW_IOPASSIVE) { in cluster_try_push()6133 cl.b_addr = l_clusters[cl_index].b_addr; in cluster_try_push()6134 cl.e_addr = l_clusters[cl_index].e_addr; in cluster_try_push()[all …]