Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-only */
0002 /*
0003  * move_extents.h
0004  *
0005  * Copyright (C) 2011 Oracle.  All rights reserved.
0006  */
0007 #ifndef OCFS2_MOVE_EXTENTS_H
0008 #define OCFS2_MOVE_EXTENTS_H
0009 
0010 int ocfs2_ioctl_move_extents(struct file *filp,  void __user *argp);
0011 
0012 #endif /* OCFS2_MOVE_EXTENTS_H */