xref: /openbmc/linux/fs/ceph/io.h (revision 321fe13c)
1321fe13cSJeff Layton /* SPDX-License-Identifier: GPL-2.0 */
2321fe13cSJeff Layton #ifndef _FS_CEPH_IO_H
3321fe13cSJeff Layton #define _FS_CEPH_IO_H
4321fe13cSJeff Layton 
5321fe13cSJeff Layton void ceph_start_io_read(struct inode *inode);
6321fe13cSJeff Layton void ceph_end_io_read(struct inode *inode);
7321fe13cSJeff Layton void ceph_start_io_write(struct inode *inode);
8321fe13cSJeff Layton void ceph_end_io_write(struct inode *inode);
9321fe13cSJeff Layton void ceph_start_io_direct(struct inode *inode);
10321fe13cSJeff Layton void ceph_end_io_direct(struct inode *inode);
11321fe13cSJeff Layton 
12321fe13cSJeff Layton #endif /* FS_CEPH_IO_H */
13