162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-only */ 262306a36Sopenharmony_ci/* 362306a36Sopenharmony_ci * move_extents.h 462306a36Sopenharmony_ci * 562306a36Sopenharmony_ci * Copyright (C) 2011 Oracle. All rights reserved. 662306a36Sopenharmony_ci */ 762306a36Sopenharmony_ci#ifndef OCFS2_MOVE_EXTENTS_H 862306a36Sopenharmony_ci#define OCFS2_MOVE_EXTENTS_H 962306a36Sopenharmony_ci 1062306a36Sopenharmony_ciint ocfs2_ioctl_move_extents(struct file *filp, void __user *argp); 1162306a36Sopenharmony_ci 1262306a36Sopenharmony_ci#endif /* OCFS2_MOVE_EXTENTS_H */ 13