Searched refs:swap_activate (Results 1 – 11 of 11) sorted by relevance
/openbmc/linux/fs/xfs/ |
H A D | xfs_aops.c | 555 .swap_activate = xfs_iomap_swapfile_activate, 561 .swap_activate = xfs_iomap_swapfile_activate,
|
/openbmc/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) 1043 ``swap_activate`` 1054 Called during swapoff on files where swap_activate was
|
/openbmc/linux/fs/zonefs/ |
H A D | file.c | 184 .swap_activate = zonefs_swap_activate,
|
/openbmc/linux/fs/nfs/ |
H A D | file.c | 572 .swap_activate = nfs_swap_activate,
|
/openbmc/linux/fs/ext4/ |
H A D | inode.c | 3601 .swap_activate = ext4_iomap_swap_activate, 3618 .swap_activate = ext4_iomap_swap_activate, 3635 .swap_activate = ext4_iomap_swap_activate, 3643 .swap_activate = ext4_iomap_swap_activate,
|
/openbmc/linux/mm/ |
H A D | swapfile.c | 2275 if (mapping->a_ops->swap_activate) { in setup_swap_extents() 2276 ret = mapping->a_ops->swap_activate(sis, swap_file, span); in setup_swap_extents()
|
/openbmc/linux/include/linux/ |
H A D | fs.h | 442 int (*swap_activate)(struct swap_info_struct *sis, struct file *file, member
|
/openbmc/linux/fs/f2fs/ |
H A D | data.c | 4075 .swap_activate = f2fs_swap_activate,
|
/openbmc/linux/fs/smb/client/ |
H A D | file.c | 5210 .swap_activate = cifs_swap_activate,
|
/openbmc/linux/fs/btrfs/ |
H A D | inode.c | 10991 .swap_activate = btrfs_swap_activate,
|