xref: /linux/fs/bcachefs/fs-ioctl.h (revision eef0dc0bd432885b2bd4fc7f410ed039bf028e37)
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _BCACHEFS_FS_IOCTL_H
3 #define _BCACHEFS_FS_IOCTL_H
4 
5 long bch2_fs_file_ioctl(struct file *, unsigned, unsigned long);
6 long bch2_compat_fs_ioctl(struct file *, unsigned, unsigned long);
7 
8 #endif /* _BCACHEFS_FS_IOCTL_H */
9