Home
last modified time | relevance | path

Searched refs:swap_activate (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/fs/xfs/
Dxfs_aops.c1032 .swap_activate = xfs_iomap_swapfile_activate,
1040 .swap_activate = xfs_iomap_swapfile_activate,
/Linux-v4.19/Documentation/filesystems/
DLocking213 int (*swap_activate)(struct file *);
238 swap_activate: no
336 ->swap_activate will be called with a non-zero argument on
343 path after ->swap_activate() returned success.
Dvfs.txt655 int (*swap_activate)(struct file *);
831 swap_activate: Called when swapon is used on a file to allocate
836 swap_deactivate: Called during swapoff on files where swap_activate
/Linux-v4.19/fs/nfs/
Dfile.c526 .swap_activate = nfs_swap_activate,
/Linux-v4.19/mm/
Dswapfile.c2412 if (mapping->a_ops->swap_activate) { in setup_swap_extents()
2413 ret = mapping->a_ops->swap_activate(sis, swap_file, span); in setup_swap_extents()
/Linux-v4.19/include/linux/
Dfs.h387 int (*swap_activate)(struct swap_info_struct *sis, struct file *file, member