Searched refs:add_swap_extent (Results 1 – 8 of 8) sorted by relevance
| /linux/include/linux/ |
| H A D | swap.h | 344 int add_swap_extent(struct swap_info_struct *sis, unsigned long start_page, 469 static inline int add_swap_extent(struct swap_info_struct *sis, in add_swap_extent() function
|
| /linux/fs/iomap/ |
| H A D | swapfile.c | 69 error = add_swap_extent(isi->sis, isi->nr_pages, nr_pages, first_ppage); in iomap_swapfile_add_extent()
|
| /linux/mm/ |
| H A D | page_io.c | 105 ret = add_swap_extent(sis, page_no, 1, first_block); in generic_swapfile_activate() 680 return add_swap_extent(sis, 0, sis->max, 0); in swap_fs_activate()
|
| H A D | swapfile.c | 2888 add_swap_extent(struct swap_info_struct *sis, unsigned long start_page, in add_swap_extent() function 2926 EXPORT_SYMBOL_GPL(add_swap_extent); 2969 ret = add_swap_extent(sis, 0, sis->max, 0); in setup_swap_extents()
|
| /linux/Documentation/filesystems/ |
| H A D | locking.rst | 354 add_swap_extent(), or the helper iomap_swapfile_activate(), and return
|
| H A D | vfs.rst | 977 add_swap_extent(), or the helper iomap_swapfile_activate(), and
|
| /linux/fs/f2fs/ |
| H A D | data.c | 4351 ret = add_swap_extent(sis, cur_lblock, nr_pblocks, pblock); in check_swap_activate()
|
| /linux/fs/btrfs/ |
| H A D | inode.c | 10302 ret = add_swap_extent(sis, bsi->nr_pages, nr_pages, first_ppage); in btrfs_add_swap_extent()
|