Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #ifndef _FS_CEPH_IO_H
0003 #define _FS_CEPH_IO_H
0004 
0005 void ceph_start_io_read(struct inode *inode);
0006 void ceph_end_io_read(struct inode *inode);
0007 void ceph_start_io_write(struct inode *inode);
0008 void ceph_end_io_write(struct inode *inode);
0009 void ceph_start_io_direct(struct inode *inode);
0010 void ceph_end_io_direct(struct inode *inode);
0011 
0012 #endif /* FS_CEPH_IO_H */