2018-06-06 10:42:14 +08:00
|
|
|
// SPDX-License-Identifier: GPL-2.0
|
2005-09-05 06:18:12 +08:00
|
|
|
/*
|
2006-06-09 13:29:12 +08:00
|
|
|
* Copyright (c) 2005-2006 Silicon Graphics, Inc.
|
2005-11-02 11:58:39 +08:00
|
|
|
* All Rights Reserved.
|
2005-09-05 06:18:12 +08:00
|
|
|
*/
|
|
|
|
#ifndef __XFS_AOPS_H__
|
|
|
|
#define __XFS_AOPS_H__
|
|
|
|
|
2006-06-28 19:26:44 +08:00
|
|
|
extern const struct address_space_operations xfs_address_space_operations;
|
2018-03-08 07:26:44 +08:00
|
|
|
extern const struct address_space_operations xfs_dax_aops;
|
2015-06-04 07:18:53 +08:00
|
|
|
|
2016-09-19 09:26:41 +08:00
|
|
|
int xfs_setfilesize(struct xfs_inode *ip, xfs_off_t offset, size_t size);
|
2016-07-20 09:38:01 +08:00
|
|
|
|
2006-06-09 13:29:12 +08:00
|
|
|
#endif /* __XFS_AOPS_H__ */
|