Searched refs:l_clusters (Results 1 – 1 of 1) sorted by relevance
5975 struct cl_wextent l_clusters[MAX_CLUSTERS]; in cluster_try_push() local6012 l_clusters[cl_index].b_addr = wbp->cl_clusters[min_index].b_addr; in cluster_try_push()6013 l_clusters[cl_index].e_addr = wbp->cl_clusters[min_index].e_addr; in cluster_try_push()6014 l_clusters[cl_index].io_flags = wbp->cl_clusters[min_index].io_flags; in cluster_try_push()6047 if ((l_clusters[i].e_addr - l_clusters[i].b_addr) != max_cluster_pgcount) { in cluster_try_push()6050 if (l_clusters[i].e_addr != l_clusters[i + 1].b_addr) { in cluster_try_push()6069 if (l_clusters[cl_index].io_flags & CLW_IONOCACHE) { in cluster_try_push()6073 if (l_clusters[cl_index].io_flags & CLW_IOPASSIVE) { in cluster_try_push()6081 cl.b_addr = l_clusters[cl_index].b_addr; in cluster_try_push()6082 cl.e_addr = l_clusters[cl_index].e_addr; in cluster_try_push()[all …]