Home
last modified time | relevance | path

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

/linux/mm/
H A Dswapfile.c259 static inline struct swap_extent *first_se(struct swap_info_struct *sis) in first_se()
262 return rb_entry(rb, struct swap_extent, rb_node); in first_se()
265 static inline struct swap_extent *next_se(struct swap_extent *se) in next_se()
268 return rb ? rb_entry(rb, struct swap_extent, rb_node) : NULL; in next_se()
277 struct swap_extent *se; in discard_swap()
308 static struct swap_extent *
311 struct swap_extent *se; in offset_to_swap_extent()
316 se = rb_entry(rb, struct swap_extent, rb_node); in offset_to_swap_extent()
331 struct swap_extent *se; in swap_folio_sector()
348 struct swap_extent *se = offset_to_swap_extent(si, start_page); in discard_swap_cluster()
[all …]
/linux/include/linux/
H A Dswap.h193 struct swap_extent { struct