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.
601 int (*swap_activate)(struct file *);779 swap_activate: Called when swapon is used on a file to allocate786 swap_deactivate: Called during swapoff on files where swap_activate
600 .swap_activate = nfs_swap_activate,
1730 if (mapping->a_ops->swap_activate) { in setup_swap_extents()1731 ret = mapping->a_ops->swap_activate(sis, swap_file, span); in setup_swap_extents()
406 int (*swap_activate)(struct swap_info_struct *sis, struct file *file, member