Searched refs:iomap_swapfile_activate (Results 1 – 8 of 8) sorted by relevance
/linux-6.12.1/fs/iomap/ |
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.12.1/include/linux/ |
D | iomap.h | 445 int iomap_swapfile_activate(struct swap_info_struct *sis, 449 # define iomap_swapfile_activate(sis, swapfile, pagespan, ops) (-EIO) macro
|
/linux-6.12.1/fs/xfs/ |
D | xfs_aops.c | 537 return iomap_swapfile_activate(sis, swap_file, span, in xfs_iomap_swapfile_activate()
|
/linux-6.12.1/fs/zonefs/ |
D | file.c | 171 return iomap_swapfile_activate(sis, swap_file, span, in zonefs_swap_activate()
|
/linux-6.12.1/Documentation/filesystems/ |
D | locking.rst | 406 add_swap_extent(), or the helper iomap_swapfile_activate(), and return
|
D | vfs.rst | 1047 add_swap_extent(), or the helper iomap_swapfile_activate(), and
|
/linux-6.12.1/Documentation/filesystems/iomap/ |
D | operations.rst | 678 The ``iomap_swapfile_activate`` function finds all the base-page aligned
|
/linux-6.12.1/fs/ext4/ |
D | inode.c | 3562 return iomap_swapfile_activate(sis, file, span, in ext4_iomap_swap_activate()
|