Lines Matching refs:cluster_next
291 static inline unsigned int cluster_next(struct swap_cluster_info *info) in cluster_next() function
390 return cluster_next(&list->head); in cluster_list_first()
408 unsigned int tail = cluster_next(&list->tail); in cluster_list_add_tail()
427 idx = cluster_next(&list->head); in cluster_list_del_first()
428 if (cluster_next(&list->tail) == idx) { in cluster_list_del_first()
433 cluster_next(&ci[idx]), 0); in cluster_list_del_first()
610 cluster->next = cluster_next(&cluster->index) * in scan_swap_map_try_ssd_cluster()
632 (cluster_next(&cluster->index) + 1) * SWAPFILE_CLUSTER); in scan_swap_map_try_ssd_cluster()
734 si->cluster_next = next; in set_cluster_next()
789 scan_base = si->cluster_next; in scan_swap_map_slots()
820 si->cluster_next = offset; in scan_swap_map_slots()
3011 p->cluster_next = 1; in read_swap_header()
3066 unsigned long col = p->cluster_next / SWAPFILE_CLUSTER % SWAP_CLUSTER_COLS; in setup_swap_map_and_extents()