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 907aabd9cSGao Xiang extern int xfs_growfs_data(struct xfs_mount *mp, struct xfs_growfs_data *in); 1007aabd9cSGao Xiang extern int xfs_growfs_log(struct xfs_mount *mp, struct xfs_growfs_log *in); 11*646ddf0cSChristoph Hellwig int xfs_reserve_blocks(struct xfs_mount *mp, uint64_t request); 12c8ce540dSDarrick J. Wong extern int xfs_fs_goingdown(xfs_mount_t *mp, uint32_t inflags); 131da177e4SLinus Torvalds 1484d69619SDarrick J. Wong extern int xfs_fs_reserve_ag_blocks(struct xfs_mount *mp); 1584d69619SDarrick J. Wong extern int xfs_fs_unreserve_ag_blocks(struct xfs_mount *mp); 1684d69619SDarrick J. Wong 171da177e4SLinus Torvalds #endif /* __XFS_FSOPS_H__ */ 18