Searched refs:add_to_swap_cache (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | swap_state.c | 129 int add_to_swap_cache(struct page *page, swp_entry_t entry, in add_to_swap_cache() function 240 err = add_to_swap_cache(page, entry, in add_to_swap() 527 if (add_to_swap_cache(page, entry, gfp_mask & GFP_RECLAIM_MASK, &shadow)) { in __read_swap_cache_async()
|
| H A D | shmem.c | 1451 if (add_to_swap_cache(page, swap, in shmem_writepage()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | swap.h | 428 extern int add_to_swap_cache(struct page *page, swp_entry_t entry, 601 static inline int add_to_swap_cache(struct page *page, swp_entry_t entry, in add_to_swap_cache() function
|