Searched refs:cluster_nr (Results 1 – 3 of 3) sorted by relevance
2877 int cluster_nr) in get_cluster_boundary_end() argument2880 if (cluster_nr >= cluster->nr - 1) in get_cluster_boundary_end()2884 return cluster->boundary[cluster_nr + 1] - 1; in get_cluster_boundary_end()2889 int *cluster_nr, unsigned long index) in relocate_one_folio() argument2963 *cluster_nr) - offset; in relocate_one_folio()3001 u64 boundary_start = cluster->boundary[*cluster_nr] - in relocate_one_folio()3017 (*cluster_nr)++; in relocate_one_folio()3019 if (*cluster_nr >= cluster->nr) in relocate_one_folio()3046 int cluster_nr = 0; in relocate_file_extent_cluster() local3069 ret = relocate_one_folio(rc, ra, &cluster_nr, index); in relocate_file_extent_cluster()[all …]
1122 if (unlikely(!si->cluster_nr--)) { in scan_swap_map_slots()1124 si->cluster_nr = SWAPFILE_CLUSTER - 1; in scan_swap_map_slots()1145 si->cluster_nr = SWAPFILE_CLUSTER - 1; in scan_swap_map_slots()1156 si->cluster_nr = SWAPFILE_CLUSTER - 1; in scan_swap_map_slots()1206 if (si->cluster_nr && !si->swap_map[++offset]) { in scan_swap_map_slots()1208 --si->cluster_nr; in scan_swap_map_slots()3198 si->cluster_nr = 0; in read_swap_header()
313 unsigned int cluster_nr; /* countdown to next cluster search */ member
Completed in 21 milliseconds