Searched refs:iomap_swapfile_activate (Results 1 – 7 of 7) sorted by relevance
/linux-6.3-rc2/fs/iomap/ |
A D | swapfile.c | 142 int iomap_swapfile_activate(struct swap_info_struct *sis, in iomap_swapfile_activate() function 195 EXPORT_SYMBOL_GPL(iomap_swapfile_activate);
|
/linux-6.3-rc2/include/linux/ |
A D | iomap.h | 399 int iomap_swapfile_activate(struct swap_info_struct *sis, 403 # define iomap_swapfile_activate(sis, swapfile, pagespan, ops) (-EIO) macro
|
/linux-6.3-rc2/fs/xfs/ |
A D | xfs_aops.c | 573 return iomap_swapfile_activate(sis, swap_file, span, in xfs_iomap_swapfile_activate()
|
/linux-6.3-rc2/fs/zonefs/ |
A D | file.c | 170 return iomap_swapfile_activate(sis, swap_file, span, in zonefs_swap_activate()
|
/linux-6.3-rc2/Documentation/filesystems/ |
A D | locking.rst | 394 add_swap_extent(), or the helper iomap_swapfile_activate(), and return
|
A D | vfs.rst | 975 add_swap_extent(), or the helper iomap_swapfile_activate(), and
|
/linux-6.3-rc2/fs/ext4/ |
A D | inode.c | 3720 return iomap_swapfile_activate(sis, file, span, in ext4_iomap_swap_activate()
|
Completed in 19 milliseconds