xref: /kernel/linux/linux-6.6/fs/ocfs2/resize.h
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-6.6/fs/ocfs2/
162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-or-later */
262306a36Sopenharmony_ci/*
362306a36Sopenharmony_ci * resize.h
462306a36Sopenharmony_ci *
562306a36Sopenharmony_ci * Function prototypes
662306a36Sopenharmony_ci *
762306a36Sopenharmony_ci * Copyright (C) 2007 Oracle.  All rights reserved.
862306a36Sopenharmony_ci */
962306a36Sopenharmony_ci
1062306a36Sopenharmony_ci#ifndef OCFS2_RESIZE_H
1162306a36Sopenharmony_ci#define OCFS2_RESIZE_H
1262306a36Sopenharmony_ci
1362306a36Sopenharmony_ciint ocfs2_group_extend(struct inode * inode, int new_clusters);
1462306a36Sopenharmony_ciint ocfs2_group_add(struct inode *inode, struct ocfs2_new_group_input *input);
1562306a36Sopenharmony_ci
1662306a36Sopenharmony_ci#endif /* OCFS2_RESIZE_H */
17

Indexes created Thu Nov 07 10:32:03 CST 2024