Searched refs:iomap_swapfile_activate (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.15/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-v5.15/include/linux/ |
D | iomap.h | 346 int iomap_swapfile_activate(struct swap_info_struct *sis, 350 # define iomap_swapfile_activate(sis, swapfile, pagespan, ops) (-EIO) macro
|
/Linux-v5.15/fs/xfs/ |
D | xfs_aops.c | 539 return iomap_swapfile_activate(sis, swap_file, span, in xfs_iomap_swapfile_activate()
|
/Linux-v5.15/fs/zonefs/ |
D | super.c | 180 return iomap_swapfile_activate(sis, swap_file, span, &zonefs_iomap_ops); in zonefs_swap_activate()
|
/Linux-v5.15/fs/ext4/ |
D | inode.c | 3586 return iomap_swapfile_activate(sis, file, span, in ext4_iomap_swap_activate()
|