Home
last modified time | relevance | path

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

/Linux-v6.1/mm/
Dpage_io.c380 ret = mapping->a_ops->swap_rw(&sio->iocb, &from); in swap_write_unplug()
534 ret = mapping->a_ops->swap_rw(&sio->iocb, &from); in __swap_read_unplug()
/Linux-v6.1/Documentation/filesystems/
Dlocking.rst263 int (*swap_rw)(struct kiocb *iocb, struct iov_iter *iter);
289 swap_rw: yes, unlocks
394 ->swap_rw(), it should set SWP_FS_OPS, otherwise IO will be submitted
400 ->swap_rw will be called for swap IO if SWP_FS_OPS was set by ->swap_activate().
Dvfs.rst755 int (*swap_rw)(struct kiocb *iocb, struct iov_iter *iter);
976 through ->swap_rw(), it should set SWP_FS_OPS, otherwise IO will
983 ``swap_rw``
/Linux-v6.1/fs/nfs/
Dfile.c539 .swap_rw = nfs_swap_rw,
/Linux-v6.1/include/linux/
Dfs.h397 int (*swap_rw)(struct kiocb *iocb, struct iov_iter *iter); member
/Linux-v6.1/fs/cifs/
Dfile.c5167 if (!swap_file->f_mapping->a_ops->swap_rw) in cifs_swap_activate()