Searched refs:iomap_swapfile_activate (Results 1 – 9 of 9) sorted by relevance
| /linux/fs/iomap/ |
| H A D | swapfile.c | 140 int iomap_swapfile_activate(struct swap_info_struct *sis, in iomap_swapfile_activate() function 192 EXPORT_SYMBOL_GPL(iomap_swapfile_activate);
|
| /linux/include/linux/ |
| H A D | iomap.h | 754 int iomap_swapfile_activate(struct swap_info_struct *sis, 758 # define iomap_swapfile_activate(sis, swapfile, pagespan, ops) (-EIO) macro
|
| /linux/fs/exfat/ |
| H A D | iomap.c | 278 return iomap_swapfile_activate(sis, file, span, &exfat_iomap_ops); in exfat_iomap_swap_activate()
|
| /linux/fs/ntfs/ |
| H A D | aops.c | 302 return iomap_swapfile_activate(sis, swap_file, span, in ntfs_swap_activate()
|
| /linux/fs/xfs/ |
| H A D | xfs_aops.c | 676 return iomap_swapfile_activate(sis, swap_file, span, in xfs_vm_swap_activate()
|
| /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/Documentation/filesystems/iomap/ |
| H A D | operations.rst | 750 The ``iomap_swapfile_activate`` function finds all the base-page aligned
|
| /linux/fs/ext4/ |
| H A D | inode.c | 3944 return iomap_swapfile_activate(sis, file, span, in ext4_iomap_swap_activate()
|