2019-05-27 14:55:21 +08:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
2021-05-07 09:06:44 +08:00
|
|
|
/*
|
2011-05-24 16:42:09 +08:00
|
|
|
* move_extents.h
|
|
|
|
*
|
|
|
|
* Copyright (C) 2011 Oracle. All rights reserved.
|
|
|
|
*/
|
|
|
|
#ifndef OCFS2_MOVE_EXTENTS_H
|
|
|
|
#define OCFS2_MOVE_EXTENTS_H
|
|
|
|
|
2011-05-25 14:23:43 +08:00
|
|
|
int ocfs2_ioctl_move_extents(struct file *filp, void __user *argp);
|
|
|
|
|
2011-05-24 16:42:09 +08:00
|
|
|
#endif /* OCFS2_MOVE_EXTENTS_H */
|