Searched refs:add_swap_extent (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/mm/ |
D | page_io.c | 204 ret = add_swap_extent(sis, page_no, 1, first_block); in generic_swapfile_activate()
|
D | swapfile.c | 1647 add_swap_extent(struct swap_info_struct *sis, unsigned long start_page, in add_swap_extent() function 1725 ret = add_swap_extent(sis, 0, sis->max, 0); in setup_swap_extents() 1734 ret = add_swap_extent(sis, 0, sis->max, 0); in setup_swap_extents()
|
/linux-4.1.27/include/linux/ |
D | swap.h | 382 int add_swap_extent(struct swap_info_struct *sis, unsigned long start_page,
|