mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-12-08 00:00:12 +03:00
Some checks are pending
build / bcachefs-tools-deb (ubuntu-22.04) (push) Waiting to run
build / bcachefs-tools-deb (ubuntu-24.04) (push) Waiting to run
build / bcachefs-tools-rpm (push) Waiting to run
build / bcachefs-tools-msrv (push) Waiting to run
Nix Flake actions / nix-matrix (push) Waiting to run
Nix Flake actions / ${{ matrix.name }} (${{ matrix.system }}) (push) Blocked by required conditions
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
9 lines
265 B
C
9 lines
265 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
#ifndef _BCACHEFS_FS_IOCTL_H
|
|
#define _BCACHEFS_FS_IOCTL_H
|
|
|
|
long bch2_fs_file_ioctl(struct file *, unsigned, unsigned long);
|
|
long bch2_compat_fs_ioctl(struct file *, unsigned, unsigned long);
|
|
|
|
#endif /* _BCACHEFS_FS_IOCTL_H */
|