]> Git Repo - J-linux.git/blob - fs/xfs/xfs_file.h
Merge tag 'vfs-6.13-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
[J-linux.git] / fs / xfs / xfs_file.h
1 // SPDX-License-Identifier: GPL-2.0
2 /*
3  * Copyright (c) 2000-2005 Silicon Graphics, Inc.
4  * All Rights Reserved.
5  */
6 #ifndef __XFS_FILE_H__
7 #define __XFS_FILE_H__
8
9 extern const struct file_operations xfs_file_operations;
10 extern const struct file_operations xfs_dir_file_operations;
11
12 bool xfs_is_falloc_aligned(struct xfs_inode *ip, loff_t pos,
13                 long long int len);
14
15 #endif /* __XFS_FILE_H__ */
This page took 0.026629 seconds and 4 git commands to generate.