Searched refs:add_swap_extent (Results 1 – 10 of 10) sorted by relevance
/linux-6.1.9/include/linux/ |
D | swap.h | 461 int add_swap_extent(struct swap_info_struct *sis, unsigned long start_page, 609 static inline int add_swap_extent(struct swap_info_struct *sis, in add_swap_extent() function
|
/linux-6.1.9/fs/iomap/ |
D | swapfile.c | 72 error = add_swap_extent(isi->sis, isi->nr_pages, nr_pages, first_ppage); in iomap_swapfile_add_extent()
|
/linux-6.1.9/mm/ |
D | page_io.c | 153 ret = add_swap_extent(sis, page_no, 1, first_block); in generic_swapfile_activate()
|
D | swapfile.c | 2179 add_swap_extent(struct swap_info_struct *sis, unsigned long start_page, in add_swap_extent() function 2217 EXPORT_SYMBOL_GPL(add_swap_extent); 2254 ret = add_swap_extent(sis, 0, sis->max, 0); in setup_swap_extents()
|
/linux-6.1.9/fs/nfs/ |
D | file.c | 497 ret = add_swap_extent(sis, 0, sis->max, 0); in nfs_swap_activate()
|
/linux-6.1.9/Documentation/filesystems/ |
D | locking.rst | 392 add_swap_extent(), or the helper iomap_swapfile_activate(), and return
|
D | vfs.rst | 974 add_swap_extent(), or the helper iomap_swapfile_activate(), and
|
/linux-6.1.9/fs/f2fs/ |
D | data.c | 3943 ret = add_swap_extent(sis, cur_lblock, nr_pblocks, pblock); in check_swap_activate()
|
/linux-6.1.9/fs/cifs/ |
D | file.c | 5200 return add_swap_extent(sis, 0, sis->max, 0); in cifs_swap_activate()
|
/linux-6.1.9/fs/btrfs/ |
D | inode.c | 10949 ret = add_swap_extent(sis, bsi->nr_pages, nr_pages, first_ppage); in btrfs_add_swap_extent()
|