Searched refs:swap_activate (Results 1 – 10 of 10) sorted by relevance
/linux/fs/xfs/ |
H A D | xfs_aops.c | 552 .swap_activate = xfs_iomap_swapfile_activate, 558 .swap_activate = xfs_iomap_swapfile_activate,
|
/linux/Documentation/filesystems/ |
H A D | locking.rst | 268 int (*swap_activate)(struct swap_info_struct *sis, struct file *f, sector_t *span) 294 swap_activate: no 403 ->swap_activate() will be called to prepare the given file for swap. It 412 path after ->swap_activate() returned success. 414 ->swap_rw will be called for swap IO if SWP_FS_OPS was set by ->swap_activate().
|
H A D | vfs.rst | 827 int (*swap_activate)(struct swap_info_struct *sis, struct file *f, sector_t *span) 1042 ``swap_activate`` 1053 Called during swapoff on files where swap_activate was
|
/linux/fs/zonefs/ |
H A D | file.c | 185 .swap_activate = zonefs_swap_activate,
|
/linux/fs/nfs/ |
H A D | file.c | 572 .swap_activate = nfs_swap_activate,
|
/linux/fs/ext4/ |
H A D | inode.c | 3579 .swap_activate = ext4_iomap_swap_activate, 3595 .swap_activate = ext4_iomap_swap_activate, 3611 .swap_activate = ext4_iomap_swap_activate, 3618 .swap_activate = ext4_iomap_swap_activate,
|
/linux/mm/ |
H A D | swapfile.c | 2600 if (mapping->a_ops->swap_activate) { in setup_swap_extents() 2601 ret = mapping->a_ops->swap_activate(sis, swap_file, span); in setup_swap_extents()
|
/linux/Documentation/filesystems/iomap/ |
H A D | operations.rst | 58 * ``swap_activate``
|
/linux/include/linux/ |
H A D | fs.h | 435 int (*swap_activate)(struct swap_info_struct *sis, struct file *file, member
|
/linux/fs/f2fs/ |
H A D | data.c | 4137 .swap_activate = f2fs_swap_activate,
|