Merge tag 'fbdev-for-6.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/deller...
[linux-block.git] / fs / xfs / xfs_aops.h
CommitLineData
0b61f8a4 1// SPDX-License-Identifier: GPL-2.0
65b3da37 2/*
ad723875 3 * Copyright (c) 2005-2006 Silicon Graphics, Inc.
7b718769 4 * All Rights Reserved.
65b3da37
CH
5 */
6#ifndef __XFS_AOPS_H__
7#define __XFS_AOPS_H__
8
f5e54d6e 9extern const struct address_space_operations xfs_address_space_operations;
6e2608df 10extern const struct address_space_operations xfs_dax_aops;
6b698ede 11
e372843a 12int xfs_setfilesize(struct xfs_inode *ip, xfs_off_t offset, size_t size);
fa8d972d 13
ad723875 14#endif /* __XFS_AOPS_H__ */