Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: GPL-2.0
0002 /*
0003  * Copyright (c) 2005-2006 Silicon Graphics, Inc.
0004  * All Rights Reserved.
0005  */
0006 #ifndef __XFS_AOPS_H__
0007 #define __XFS_AOPS_H__
0008 
0009 extern const struct address_space_operations xfs_address_space_operations;
0010 extern const struct address_space_operations xfs_dax_aops;
0011 
0012 int xfs_setfilesize(struct xfs_inode *ip, xfs_off_t offset, size_t size);
0013 
0014 #endif /* __XFS_AOPS_H__ */