Searched refs:l_clusters (Results 1 – 1 of 1) sorted by relevance
6392 struct cl_wextent l_clusters[MAX_CLUSTERS]; in cluster_try_push() local6429 l_clusters[cl_index].b_addr = wbp->cl_clusters[min_index].b_addr; in cluster_try_push()6430 l_clusters[cl_index].e_addr = wbp->cl_clusters[min_index].e_addr; in cluster_try_push()6431 l_clusters[cl_index].io_flags = wbp->cl_clusters[min_index].io_flags; in cluster_try_push()6464 if ((l_clusters[i].e_addr - l_clusters[i].b_addr) != max_cluster_pgcount) { in cluster_try_push()6467 if (l_clusters[i].e_addr != l_clusters[i + 1].b_addr) { in cluster_try_push()6486 if (l_clusters[cl_index].io_flags & CLW_IONOCACHE) { in cluster_try_push()6490 if (l_clusters[cl_index].io_flags & CLW_IOPASSIVE) { in cluster_try_push()6498 cl.b_addr = l_clusters[cl_index].b_addr; in cluster_try_push()6499 cl.e_addr = l_clusters[cl_index].e_addr; in cluster_try_push()[all …]