Home
last modified time | relevance | path

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

/linux/mm/
H A Dswapfile.c262 static inline struct swap_extent *first_se(struct swap_info_struct *sis) in first_se()
265 return rb_entry(rb, struct swap_extent, rb_node); in first_se()
268 static inline struct swap_extent *next_se(struct swap_extent *se) in next_se()
271 return rb ? rb_entry(rb, struct swap_extent, rb_node) : NULL; in next_se()
280 struct swap_extent *se; in discard_swap()
311 static struct swap_extent *
314 struct swap_extent *se; in offset_to_swap_extent()
319 se = rb_entry(rb, struct swap_extent, rb_node); in offset_to_swap_extent()
334 struct swap_extent *se; in swap_folio_sector()
351 struct swap_extent *se = offset_to_swap_extent(si, start_page); in discard_swap_cluster()
[all …]
/linux/include/linux/
H A Dswap.h183 struct swap_extent { struct