1 // SPDX-License-Identifier: GPL-2.0
3 * Copyright (c) 2000-2005 Silicon Graphics, Inc.
9 extern const struct file_operations xfs_file_operations;
10 extern const struct file_operations xfs_dir_file_operations;
12 bool xfs_is_falloc_aligned(struct xfs_inode *ip, loff_t pos,
15 #endif /* __XFS_FILE_H__ */