Home
last modified time | relevance | path

Searched refs:cluster_nr (Results 1 – 3 of 3) sorted by relevance

/linux/fs/btrfs/
A Drelocation.c2877 int cluster_nr) in get_cluster_boundary_end() argument
2880 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() argument
2963 *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() local
3069 ret = relocate_one_folio(rc, ra, &cluster_nr, index); in relocate_file_extent_cluster()
[all …]
/linux/mm/
A Dswapfile.c1122 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()
/linux/include/linux/
A Dswap.h313 unsigned int cluster_nr; /* countdown to next cluster search */ member

Completed in 21 milliseconds