1 /* SPDX-License-Identifier: GPL-2.0-only */
5 * Copyright (C) 2011 Oracle. All rights reserved.
7 #ifndef OCFS2_MOVE_EXTENTS_H
8 #define OCFS2_MOVE_EXTENTS_H
10 int ocfs2_ioctl_move_extents(struct file *filp, void __user *argp);
12 #endif /* OCFS2_MOVE_EXTENTS_H */