Searched refs:swap_activate (Results 1 – 5 of 5) sorted by relevance
204 int (*swap_activate)(struct file *);228 swap_activate: no331 ->swap_activate will be called with a non-zero argument on338 path after ->swap_activate() returned success.
603 int (*swap_activate)(struct file *);781 swap_activate: Called when swapon is used on a file to allocate788 swap_deactivate: Called during swapoff on files where swap_activate
583 .swap_activate = nfs_swap_activate,
1772 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()
407 int (*swap_activate)(struct swap_info_struct *sis, struct file *file, member