Searched refs:iomap_swapfile_activate (Results 1 – 7 of 7) sorted by relevance
/Linux-v6.6/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-v6.6/include/linux/ |
D | iomap.h | 398 int iomap_swapfile_activate(struct swap_info_struct *sis, 402 # define iomap_swapfile_activate(sis, swapfile, pagespan, ops) (-EIO) macro
|
/Linux-v6.6/fs/xfs/ |
D | xfs_aops.c | 573 return iomap_swapfile_activate(sis, swap_file, span, in xfs_iomap_swapfile_activate()
|
/Linux-v6.6/fs/zonefs/ |
D | file.c | 170 return iomap_swapfile_activate(sis, swap_file, span, in zonefs_swap_activate()
|
/Linux-v6.6/Documentation/filesystems/ |
D | locking.rst | 403 add_swap_extent(), or the helper iomap_swapfile_activate(), and return
|
D | vfs.rst | 1048 add_swap_extent(), or the helper iomap_swapfile_activate(), and
|
/Linux-v6.6/fs/ext4/ |
D | inode.c | 3540 return iomap_swapfile_activate(sis, file, span, in ext4_iomap_swap_activate()
|