Home
last modified time | relevance | path

Searched refs:swap_extent (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/include/linux/
Dswap.h148 struct swap_extent { struct
248 struct swap_extent *curr_swap_extent;
249 struct swap_extent first_swap_extent;
/Linux-v4.19/mm/
Dswapfile.c138 struct swap_extent *se; in discard_swap()
176 struct swap_extent *se = si->curr_swap_extent; in discard_swap_cluster()
1685 struct swap_extent *se = &sis->first_swap_extent; in swap_type_of()
2267 struct swap_extent *start_se; in map_swap_entry()
2268 struct swap_extent *se; in map_swap_entry()
2305 struct swap_extent *se; in destroy_swap_extents()
2308 struct swap_extent, list); in destroy_swap_extents()
2332 struct swap_extent *se; in add_swap_extent()
2333 struct swap_extent *new_se; in add_swap_extent()
2345 se = list_entry(lh, struct swap_extent, list); in add_swap_extent()