Home
last modified time | relevance | path

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

/linux-6.3-rc2/mm/
A Dpage_io.c397 ret = mapping->a_ops->swap_rw(&sio->iocb, &from); in swap_write_unplug()
543 ret = mapping->a_ops->swap_rw(&sio->iocb, &from); in __swap_read_unplug()
/linux-6.3-rc2/Documentation/filesystems/
A Dlocking.rst265 int (*swap_rw)(struct kiocb *iocb, struct iov_iter *iter);
291 swap_rw: yes, unlocks
396 ->swap_rw(), it should set SWP_FS_OPS, otherwise IO will be submitted
402 ->swap_rw will be called for swap IO if SWP_FS_OPS was set by ->swap_activate().
A Dvfs.rst756 int (*swap_rw)(struct kiocb *iocb, struct iov_iter *iter);
977 through ->swap_rw(), it should set SWP_FS_OPS, otherwise IO will
984 ``swap_rw``
/linux-6.3-rc2/fs/nfs/
A Dfile.c560 .swap_rw = nfs_swap_rw,
/linux-6.3-rc2/include/linux/
A Dfs.h399 int (*swap_rw)(struct kiocb *iocb, struct iov_iter *iter); member
/linux-6.3-rc2/fs/cifs/
A Dfile.c4969 if (!swap_file->f_mapping->a_ops->swap_rw) in cifs_swap_activate()

Completed in 28 milliseconds