10b61f8a4SDave Chinner // SPDX-License-Identifier: GPL-2.0 21da177e4SLinus Torvalds /* 37b718769SNathan Scott * Copyright (c) 2000-2001,2005 Silicon Graphics, Inc. 47b718769SNathan Scott * All Rights Reserved. 51da177e4SLinus Torvalds */ 61da177e4SLinus Torvalds #ifndef __XFS_FSOPS_H__ 71da177e4SLinus Torvalds #define __XFS_FSOPS_H__ 81da177e4SLinus Torvalds 908e54ca4SChristoph Hellwig int xfs_growfs_data(struct xfs_mount *mp, struct xfs_growfs_data *in); 1008e54ca4SChristoph Hellwig int xfs_growfs_log(struct xfs_mount *mp, struct xfs_growfs_log *in); 11646ddf0cSChristoph Hellwig int xfs_reserve_blocks(struct xfs_mount *mp, uint64_t request); 1208e54ca4SChristoph Hellwig int xfs_fs_goingdown(struct xfs_mount *mp, uint32_t inflags); 131da177e4SLinus Torvalds 1408e54ca4SChristoph Hellwig int xfs_fs_reserve_ag_blocks(struct xfs_mount *mp); 15*f30f656eSChristoph Hellwig void xfs_fs_unreserve_ag_blocks(struct xfs_mount *mp); 1684d69619SDarrick J. Wong 171da177e4SLinus Torvalds #endif /* __XFS_FSOPS_H__ */ 18