Home
last modified time | relevance | path

Searched refs:add_to_swap_cache (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/mm/
Dswap_state.c119 int add_to_swap_cache(struct page *page, swp_entry_t entry, gfp_t gfp_mask) in add_to_swap_cache() function
190 err = add_to_swap_cache(page, entry, in add_to_swap()
Dshmem.c844 if (add_to_swap_cache(page, swap, GFP_ATOMIC) == 0) { in shmem_writepage()
/linux-4.4.14/include/linux/
Dswap.h400 extern int add_to_swap_cache(struct page *, swp_entry_t, gfp_t);
518 static inline int add_to_swap_cache(struct page *page, swp_entry_t entry, in add_to_swap_cache() function