blob: 987f9e559f30e98d06c87aa2329fba36a7543b60 [file] [log] [blame]
Thomas Gleixner1802d0b2019-05-27 08:55:21 +02001/* SPDX-License-Identifier: GPL-2.0-only */
Masahiro Yamadafa60ce22021-05-06 18:06:44 -07002/*
Tristan Ye028ba5df2011-05-24 16:42:09 +08003 * move_extents.h
4 *
5 * Copyright (C) 2011 Oracle. All rights reserved.
Tristan Ye028ba5df2011-05-24 16:42:09 +08006 */
7#ifndef OCFS2_MOVE_EXTENTS_H
8#define OCFS2_MOVE_EXTENTS_H
9
Tristan Ye53069d42011-05-25 14:23:43 +080010int ocfs2_ioctl_move_extents(struct file *filp, void __user *argp);
11
Tristan Ye028ba5df2011-05-24 16:42:09 +080012#endif /* OCFS2_MOVE_EXTENTS_H */