Searched refs:swap_activate (Results 1 – 6 of 6) sorted by relevance
1032 .swap_activate = xfs_iomap_swapfile_activate,1040 .swap_activate = xfs_iomap_swapfile_activate,
213 int (*swap_activate)(struct file *);238 swap_activate: no336 ->swap_activate will be called with a non-zero argument on343 path after ->swap_activate() returned success.
655 int (*swap_activate)(struct file *);831 swap_activate: Called when swapon is used on a file to allocate836 swap_deactivate: Called during swapoff on files where swap_activate
526 .swap_activate = nfs_swap_activate,
2412 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()
387 int (*swap_activate)(struct swap_info_struct *sis, struct file *file, member