blob: 4990637219ef10835ff5f3c076d6e34b0124a4ae [file] [log] [blame]
Thomas Gleixner328970d2019-05-24 12:04:05 +02001/* SPDX-License-Identifier: GPL-2.0-or-later */
Masahiro Yamadafa60ce22021-05-06 18:06:44 -07002/*
Tao Mad6590722007-12-18 15:47:03 +08003 * resize.h
4 *
5 * Function prototypes
6 *
7 * Copyright (C) 2007 Oracle. All rights reserved.
Tao Mad6590722007-12-18 15:47:03 +08008 */
9
10#ifndef OCFS2_RESIZE_H
11#define OCFS2_RESIZE_H
12
13int ocfs2_group_extend(struct inode * inode, int new_clusters);
Tao Ma7909f2b2007-12-18 15:47:25 +080014int ocfs2_group_add(struct inode *inode, struct ocfs2_new_group_input *input);
Tao Mad6590722007-12-18 15:47:03 +080015
16#endif /* OCFS2_RESIZE_H */