Searched refs:swap_activate (Results 1 – 8 of 8) sorted by relevance
| /linux/Documentation/filesystems/ |
| H A D | locking.rst | 267 int (*swap_activate)(struct swap_info_struct *sis, struct file *f, sector_t *span) 292 swap_activate: no 353 ->swap_activate() will be called to prepare the given file for swap. It 362 path after ->swap_activate() returned success. 364 ->swap_rw will be called for swap IO if SWP_FS_OPS was set by ->swap_activate().
|
| /linux/fs/zonefs/ |
| H A D | file.c | 195 .swap_activate = zonefs_swap_activate,
|
| /linux/fs/nfs/ |
| H A D | file.c | 631 .swap_activate = nfs_swap_activate,
|
| /linux/mm/ |
| H A D | swapfile.c | 2631 if (mapping->a_ops->swap_activate) { in setup_swap_extents() 2632 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 | 440 int (*swap_activate)(struct swap_info_struct *sis, struct file *file, member
|
| /linux/fs/smb/client/ |
| H A D | file.c | 3349 .swap_activate = cifs_swap_activate,
|
| /linux/fs/btrfs/ |
| H A D | inode.c | 10739 .swap_activate = btrfs_swap_activate,
|