1328970deSThomas Gleixner /* SPDX-License-Identifier: GPL-2.0-or-later */ 2*fa60ce2cSMasahiro Yamada /* 3d659072fSTao Ma * resize.h 4d659072fSTao Ma * 5d659072fSTao Ma * Function prototypes 6d659072fSTao Ma * 7d659072fSTao Ma * Copyright (C) 2007 Oracle. All rights reserved. 8d659072fSTao Ma */ 9d659072fSTao Ma 10d659072fSTao Ma #ifndef OCFS2_RESIZE_H 11d659072fSTao Ma #define OCFS2_RESIZE_H 12d659072fSTao Ma 13d659072fSTao Ma int ocfs2_group_extend(struct inode * inode, int new_clusters); 147909f2bfSTao Ma int ocfs2_group_add(struct inode *inode, struct ocfs2_new_group_input *input); 15d659072fSTao Ma 16d659072fSTao Ma #endif /* OCFS2_RESIZE_H */ 17