Lines Matching refs:cluster_next
312 static inline unsigned int cluster_next(struct swap_cluster_info *info)
411 return cluster_next(&list->head);
429 unsigned int tail = cluster_next(&list->tail);
448 idx = cluster_next(&list->head);
449 if (cluster_next(&list->tail) == idx) {
454 cluster_next(&ci[idx]), 0);
639 cluster->next = cluster_next(&cluster->index) *
661 (cluster_next(&cluster->index) + 1) * SWAPFILE_CLUSTER);
762 si->cluster_next = next;
832 scan_base = si->cluster_next;
863 si->cluster_next = offset;
2866 p->cluster_next = 1;
2920 unsigned long col = p->cluster_next / SWAPFILE_CLUSTER % SWAP_CLUSTER_COLS;