Searched refs:swap_activate (Results 1 – 11 of 11) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/xfs/ |
| H A D | xfs_aops.c | 681 .swap_activate = xfs_iomap_swapfile_activate, 689 .swap_activate = xfs_iomap_swapfile_activate,
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/ |
| H A D | locking.rst | 262 int (*swap_activate)(struct file *); 290 swap_activate: no 391 ->swap_activate will be called with a non-zero argument on 398 path after ->swap_activate() returned success.
|
| H A D | vfs.rst | 735 int (*swap_activate)(struct file *); 942 ``swap_activate`` 949 Called during swapoff on files where swap_activate was
|
| /OK3568_Linux_fs/kernel/fs/nfs/ |
| H A D | file.c | 531 .swap_activate = nfs_swap_activate,
|
| /OK3568_Linux_fs/kernel/fs/ext4/ |
| H A D | inode.c | 3752 .swap_activate = ext4_iomap_swap_activate, 3769 .swap_activate = ext4_iomap_swap_activate, 3787 .swap_activate = ext4_iomap_swap_activate, 3796 .swap_activate = ext4_iomap_swap_activate,
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | swapfile.c | 2457 if (mapping->a_ops->swap_activate) { in setup_swap_extents() 2458 ret = mapping->a_ops->swap_activate(sis, swap_file, span); in setup_swap_extents()
|
| /OK3568_Linux_fs/kernel/fs/zonefs/ |
| H A D | super.c | 232 .swap_activate = zonefs_swap_activate,
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | fs.h | 415 int (*swap_activate)(struct swap_info_struct *sis, struct file *file, member
|
| /OK3568_Linux_fs/kernel/fs/f2fs/ |
| H A D | data.c | 4219 .swap_activate = f2fs_swap_activate,
|
| /OK3568_Linux_fs/kernel/fs/cifs/ |
| H A D | file.c | 4923 .swap_activate = cifs_swap_activate,
|
| /OK3568_Linux_fs/kernel/fs/btrfs/ |
| H A D | inode.c | 10483 .swap_activate = btrfs_swap_activate,
|