Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dswap_ops.h42 int swap_fs_activate(struct swap_info_struct *sis, const struct swap_ops *ops);
/linux/mm/
H A Dpage_io.c677 int swap_fs_activate(struct swap_info_struct *sis, const struct swap_ops *ops) in swap_fs_activate() function
682 EXPORT_SYMBOL_GPL(swap_fs_activate);
/linux/fs/nfs/
H A Dfile.c631 ret = swap_fs_activate(sis, &nfs_swap_ops); in nfs_swap_activate()
/linux/Documentation/filesystems/
H A Dlocking.rst356 the file system it should call swap_fs_activate, otherwise IO will be
H A Dvfs.rst979 through the file system it should call swap_fs_activate, otherwise IO
/linux/fs/smb/client/
H A Dfile.c3516 return swap_fs_activate(sis, &cifs_swap_ops); in cifs_swap_activate()