Home
last modified time | relevance | path

Searched refs:swap_address_space (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.15/mm/
Dswap_state.c86 struct address_space *address_space = swap_address_space(entry); in get_shadow_from_swap_cache()
103 struct address_space *address_space = swap_address_space(entry); in add_to_swap_cache()
155 struct address_space *address_space = swap_address_space(entry); in __delete_from_swap_cache()
243 struct address_space *address_space = swap_address_space(entry); in delete_from_swap_cache()
261 struct address_space *address_space = swap_address_space(entry); in clear_shadow_from_swap_cache()
343 page = find_get_page(swap_address_space(entry), swp_offset(entry)); in lookup_swap_cache()
412 page = find_get_page(swap_address_space(swp), swp_offset(swp)); in find_get_incore_page()
437 page = find_get_page(swap_address_space(entry), in __read_swap_cache_async()
Dmincore.c140 *vec = mincore_page(swap_address_space(entry), in mincore_pte_range()
Dutil.c722 return swap_address_space(entry); in page_mapping()
Dswapfile.c132 page = find_get_page(swap_address_space(entry), offset); in __try_to_reclaim_swap()
2219 page = find_get_page(swap_address_space(entry), i); in try_to_unuse()
Dhuge_memory.c2422 swap_cache = swap_address_space(entry); in __split_huge_page()
Dmemcontrol.c5534 page = find_get_page(swap_address_space(ent), swp_offset(ent)); in mc_handle_swap_pte()
/Linux-v5.15/include/linux/
Dswap.h436 #define swap_address_space(entry) \ macro
545 static inline struct address_space *swap_address_space(swp_entry_t entry) in swap_address_space() function