Lines Matching refs:cluster_next
305 static inline unsigned int cluster_next(struct swap_cluster_info *info)
404 return cluster_next(&list->head);
422 unsigned int tail = cluster_next(&list->tail);
441 idx = cluster_next(&list->head);
442 if (cluster_next(&list->tail) == idx) {
447 cluster_next(&ci[idx]), 0);
624 cluster->next = cluster_next(&cluster->index) *
646 (cluster_next(&cluster->index) + 1) * SWAPFILE_CLUSTER);
749 si->cluster_next = next;
804 scan_base = si->cluster_next;
835 si->cluster_next = offset;
3039 p->cluster_next = 1;
3094 unsigned long col = p->cluster_next / SWAPFILE_CLUSTER % SWAP_CLUSTER_COLS;