Home
last modified time | relevance | path

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

/linux-4.4.14/Documentation/filesystems/
DLocking204 int (*swap_activate)(struct file *);
228 swap_activate: no
331 ->swap_activate will be called with a non-zero argument on
338 path after ->swap_activate() returned success.
Dvfs.txt603 int (*swap_activate)(struct file *);
781 swap_activate: Called when swapon is used on a file to allocate
788 swap_deactivate: Called during swapoff on files where swap_activate
/linux-4.4.14/fs/nfs/
Dfile.c583 .swap_activate = nfs_swap_activate,
/linux-4.4.14/mm/
Dswapfile.c1772 if (mapping->a_ops->swap_activate) { in setup_swap_extents()
1773 ret = mapping->a_ops->swap_activate(sis, swap_file, span); in setup_swap_extents()
/linux-4.4.14/include/linux/
Dfs.h407 int (*swap_activate)(struct swap_info_struct *sis, struct file *file, member