Searched refs:swap_activate (Results 1 – 12 of 12) sorted by relevance
| /linux-6.15/fs/xfs/ |
| H A D | xfs_aops.c | 741 .swap_activate = xfs_vm_swap_activate, 747 .swap_activate = xfs_vm_swap_activate,
|
| /linux-6.15/Documentation/filesystems/ |
| H A D | locking.rst | 273 int (*swap_activate)(struct swap_info_struct *sis, struct file *f, sector_t *span) 299 swap_activate: no 408 ->swap_activate() will be called to prepare the given file for swap. It 417 path after ->swap_activate() returned success. 419 ->swap_rw will be called for swap IO if SWP_FS_OPS was set by ->swap_activate().
|
| H A D | vfs.rst | 846 int (*swap_activate)(struct swap_info_struct *sis, struct file *f, sector_t *span) 1061 ``swap_activate`` 1072 Called during swapoff on files where swap_activate was
|
| /linux-6.15/fs/zonefs/ |
| H A D | file.c | 185 .swap_activate = zonefs_swap_activate,
|
| /linux-6.15/fs/nfs/ |
| H A D | file.c | 579 .swap_activate = nfs_swap_activate,
|
| /linux-6.15/fs/ext4/ |
| H A D | inode.c | 3622 .swap_activate = ext4_iomap_swap_activate, 3638 .swap_activate = ext4_iomap_swap_activate, 3654 .swap_activate = ext4_iomap_swap_activate, 3661 .swap_activate = ext4_iomap_swap_activate,
|
| /linux-6.15/mm/ |
| H A D | swapfile.c | 2520 if (mapping->a_ops->swap_activate) { in setup_swap_extents() 2521 ret = mapping->a_ops->swap_activate(sis, swap_file, span); in setup_swap_extents()
|
| /linux-6.15/Documentation/filesystems/iomap/ |
| H A D | operations.rst | 58 * ``swap_activate``
|
| /linux-6.15/include/linux/ |
| H A D | fs.h | 473 int (*swap_activate)(struct swap_info_struct *sis, struct file *file, member
|
| /linux-6.15/fs/smb/client/ |
| H A D | file.c | 3261 .swap_activate = cifs_swap_activate,
|
| /linux-6.15/fs/f2fs/ |
| H A D | data.c | 4099 .swap_activate = f2fs_swap_activate,
|
| /linux-6.15/fs/btrfs/ |
| H A D | inode.c | 10391 .swap_activate = btrfs_swap_activate,
|