Searched refs:swap_rw (Results 1 – 6 of 6) sorted by relevance
/linux-6.6.21/mm/ |
D | page_io.c | 396 ret = mapping->a_ops->swap_rw(&sio->iocb, &from); in swap_write_unplug() 541 ret = mapping->a_ops->swap_rw(&sio->iocb, &from); in __swap_read_unplug()
|
/linux-6.6.21/Documentation/filesystems/ |
D | locking.rst | 270 int (*swap_rw)(struct kiocb *iocb, struct iov_iter *iter); 296 swap_rw: yes, unlocks 408 ->swap_rw(), it should set SWP_FS_OPS, otherwise IO will be submitted 414 ->swap_rw will be called for swap IO if SWP_FS_OPS was set by ->swap_activate().
|
D | vfs.rst | 829 int (*swap_rw)(struct kiocb *iocb, struct iov_iter *iter); 1050 through ->swap_rw(), it should set SWP_FS_OPS, otherwise IO will 1057 ``swap_rw``
|
/linux-6.6.21/fs/nfs/ |
D | file.c | 573 .swap_rw = nfs_swap_rw,
|
/linux-6.6.21/include/linux/ |
D | fs.h | 445 int (*swap_rw)(struct kiocb *iocb, struct iov_iter *iter); member
|
/linux-6.6.21/fs/smb/client/ |
D | file.c | 4999 if (!swap_file->f_mapping->a_ops->swap_rw) in cifs_swap_activate()
|