Searched refs:add_swap_extent (Results 1 – 7 of 7) sorted by relevance
/linux/fs/iomap/ |
H A D | swapfile.c | 61 * page fed to add_swap_extent, however. in iomap_swapfile_add_extent() 72 error = add_swap_extent(isi->sis, isi->nr_pages, nr_pages, first_ppage); in iomap_swapfile_add_extent()
|
/linux/fs/nfs/ |
H A D | file.c | 540 ret = add_swap_extent(sis, 0, sis->max, 0); in nfs_swap_activate()
|
/linux/mm/ |
H A D | swapfile.c | 2427 add_swap_extent(struct swap_info_struct *sis, unsigned long start_page, in add_swap_extent() function 2465 EXPORT_SYMBOL_GPL(add_swap_extent); 2502 ret = add_swap_extent(sis, 0, sis->max, 0); in setup_swap_extents()
|
/linux/Documentation/filesystems/ |
H A D | locking.rst | 411 add_swap_extent(), or the helper iomap_swapfile_activate(), and return
|
H A D | vfs.rst | 1047 add_swap_extent(), or the helper iomap_swapfile_activate(), and
|
/linux/fs/smb/client/ |
H A D | file.c | 3183 return add_swap_extent(sis, 0, sis->max, 0); in cifs_swap_activate()
|
/linux/fs/btrfs/ |
H A D | inode.c | 9846 ret = add_swap_extent(sis, bsi->nr_pages, nr_pages, first_ppage); in btrfs_add_swap_extent()
|