blob: e0bd684197643d3bcbd3460b230cd517b1ca471d [file] [log] [blame]
Dave Chinner0b61f8a2018-06-05 19:42:14 -07001// SPDX-License-Identifier: GPL-2.0
Christoph Hellwig65b3da32005-09-05 08:18:12 +10002/*
Nathan Scottad723872006-06-09 15:29:12 +10003 * Copyright (c) 2005-2006 Silicon Graphics, Inc.
Nathan Scott7b718762005-11-02 14:58:39 +11004 * All Rights Reserved.
Christoph Hellwig65b3da32005-09-05 08:18:12 +10005 */
6#ifndef __XFS_AOPS_H__
7#define __XFS_AOPS_H__
8
Christoph Hellwigf5e54d62006-06-28 04:26:44 -07009extern const struct address_space_operations xfs_address_space_operations;
Dan Williams6e2608d2018-03-07 15:26:44 -080010extern const struct address_space_operations xfs_dax_aops;
Dave Chinner6b698ed2015-06-04 09:18:53 +100011
Christoph Hellwige3728432016-09-19 11:26:41 +100012int xfs_setfilesize(struct xfs_inode *ip, xfs_off_t offset, size_t size);
Christoph Hellwigfa8d9722016-07-20 11:38:01 +100013
Nathan Scottad723872006-06-09 15:29:12 +100014#endif /* __XFS_AOPS_H__ */