Searched refs:swap_activate (Results 1 – 10 of 10) sorted by relevance
/linux/fs/xfs/ |
H A D | xfs_aops.c | 585 .swap_activate = xfs_vm_swap_activate, 591 .swap_activate = xfs_vm_swap_activate,
|
/linux/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 | 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 | 579 .swap_activate = nfs_swap_activate,
|
/linux/fs/ext4/ |
H A D | inode.c | 3611 .swap_activate = ext4_iomap_swap_activate, 3627 .swap_activate = ext4_iomap_swap_activate, 3643 .swap_activate = ext4_iomap_swap_activate, 3650 .swap_activate = ext4_iomap_swap_activate,
|
/linux/mm/ |
H A D | swapfile.c | 2507 if (mapping->a_ops->swap_activate) { in setup_swap_extents() 2508 ret = mapping->a_ops->swap_activate(sis, swap_file, span); in setup_swap_extents()
|
/linux/include/linux/ |
H A D | fs.h | 472 int (*swap_activate)(struct swap_info_struct *sis, struct file *file, member
|
/linux/fs/smb/client/ |
H A D | file.c | 3233 .swap_activate = cifs_swap_activate,
|
/linux/fs/btrfs/ |
H A D | inode.c | 10338 .swap_activate = btrfs_swap_activate,
|