Home
last modified time | relevance | path

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

/linux-6.12.1/fs/iomap/
Dswapfile.c142 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/
Diomap.h445 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/
Dxfs_aops.c537 return iomap_swapfile_activate(sis, swap_file, span, in xfs_iomap_swapfile_activate()
/linux-6.12.1/fs/zonefs/
Dfile.c171 return iomap_swapfile_activate(sis, swap_file, span, in zonefs_swap_activate()
/linux-6.12.1/Documentation/filesystems/
Dlocking.rst406 add_swap_extent(), or the helper iomap_swapfile_activate(), and return
Dvfs.rst1047 add_swap_extent(), or the helper iomap_swapfile_activate(), and
/linux-6.12.1/Documentation/filesystems/iomap/
Doperations.rst678 The ``iomap_swapfile_activate`` function finds all the base-page aligned
/linux-6.12.1/fs/ext4/
Dinode.c3562 return iomap_swapfile_activate(sis, file, span, in ext4_iomap_swap_activate()