Home
last modified time | relevance | path

Searched refs:iomap_swapfile_activate (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/fs/iomap/
Dswapfile.c134 int iomap_swapfile_activate(struct swap_info_struct *sis, in iomap_swapfile_activate() function
178 EXPORT_SYMBOL_GPL(iomap_swapfile_activate);
/Linux-v5.4/include/linux/
Diomap.h205 int iomap_swapfile_activate(struct swap_info_struct *sis,
209 # define iomap_swapfile_activate(sis, swapfile, pagespan, ops) (-EIO) macro
/Linux-v5.4/fs/xfs/
Dxfs_aops.c1185 return iomap_swapfile_activate(sis, swap_file, span, &xfs_iomap_ops); in xfs_iomap_swapfile_activate()