Searched refs:l_clusters (Results 1 – 1 of 1) sorted by relevance
6739 struct cl_wextent l_clusters[MAX_CLUSTERS]; in cluster_try_push() local6776 l_clusters[cl_index].b_addr = wbp->cl_clusters[min_index].b_addr; in cluster_try_push()6777 l_clusters[cl_index].e_addr = wbp->cl_clusters[min_index].e_addr; in cluster_try_push()6778 l_clusters[cl_index].io_flags = wbp->cl_clusters[min_index].io_flags; in cluster_try_push()6811 if ((l_clusters[i].e_addr - l_clusters[i].b_addr) != max_cluster_pgcount) { in cluster_try_push()6814 if (l_clusters[i].e_addr != l_clusters[i + 1].b_addr) { in cluster_try_push()6833 if (l_clusters[cl_index].io_flags & CLW_IONOCACHE) { in cluster_try_push()6837 if (l_clusters[cl_index].io_flags & CLW_IOPASSIVE) { in cluster_try_push()6845 cl.b_addr = l_clusters[cl_index].b_addr; in cluster_try_push()6846 cl.e_addr = l_clusters[cl_index].e_addr; in cluster_try_push()[all …]