xref: /openbmc/linux/fs/xfs/xfs_aops.h (revision 30fa529e)
10b61f8a4SDave Chinner // SPDX-License-Identifier: GPL-2.0
2c59d87c4SChristoph Hellwig /*
3c59d87c4SChristoph Hellwig  * Copyright (c) 2005-2006 Silicon Graphics, Inc.
4c59d87c4SChristoph Hellwig  * All Rights Reserved.
5c59d87c4SChristoph Hellwig  */
6c59d87c4SChristoph Hellwig #ifndef __XFS_AOPS_H__
7c59d87c4SChristoph Hellwig #define __XFS_AOPS_H__
8c59d87c4SChristoph Hellwig 
9c59d87c4SChristoph Hellwig extern const struct address_space_operations xfs_address_space_operations;
106e2608dfSDan Williams extern const struct address_space_operations xfs_dax_aops;
116b698edeSDave Chinner 
12e372843aSChristoph Hellwig int	xfs_setfilesize(struct xfs_inode *ip, xfs_off_t offset, size_t size);
13fa8d972dSChristoph Hellwig 
14c59d87c4SChristoph Hellwig #endif /* __XFS_AOPS_H__ */
15