Searched refs:add_to_swap_cache (Results 1 – 3 of 3) sorted by relevance
/linux-5.19.10/mm/ |
D | swap.h | 37 int add_to_swap_cache(struct page *page, swp_entry_t entry, 132 static inline int add_to_swap_cache(struct page *page, swp_entry_t entry, in add_to_swap_cache() function
|
D | swap_state.c | 101 int add_to_swap_cache(struct page *page, swp_entry_t entry, in add_to_swap_cache() function 211 err = add_to_swap_cache(&folio->page, entry, in add_to_swap() 503 if (add_to_swap_cache(page, entry, gfp_mask & GFP_RECLAIM_MASK, &shadow)) in __read_swap_cache_async()
|
D | shmem.c | 1400 if (add_to_swap_cache(page, swap, in shmem_writepage()
|