btrfs: move ioctl prototypes into ioctl.h
Move these out of ctree.h into ioctl.h to cut down on code in ctree.h. Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com> Signed-off-by: Josef Bacik <josef@toxicpanda.com> Reviewed-by: David Sterba <dsterba@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
parent
c7a03b524d
commit
7572dec8f5
|
@ -688,18 +688,6 @@ int btrfs_insert_orphan_item(struct btrfs_trans_handle *trans,
|
||||||
int btrfs_del_orphan_item(struct btrfs_trans_handle *trans,
|
int btrfs_del_orphan_item(struct btrfs_trans_handle *trans,
|
||||||
struct btrfs_root *root, u64 offset);
|
struct btrfs_root *root, u64 offset);
|
||||||
|
|
||||||
/* ioctl.c */
|
|
||||||
long btrfs_ioctl(struct file *file, unsigned int cmd, unsigned long arg);
|
|
||||||
long btrfs_compat_ioctl(struct file *file, unsigned int cmd, unsigned long arg);
|
|
||||||
int btrfs_fileattr_get(struct dentry *dentry, struct fileattr *fa);
|
|
||||||
int btrfs_fileattr_set(struct user_namespace *mnt_userns,
|
|
||||||
struct dentry *dentry, struct fileattr *fa);
|
|
||||||
int btrfs_ioctl_get_supported_features(void __user *arg);
|
|
||||||
void btrfs_sync_inode_flags_to_i_flags(struct inode *inode);
|
|
||||||
int __pure btrfs_is_empty_uuid(u8 *uuid);
|
|
||||||
void btrfs_update_ioctl_balance_args(struct btrfs_fs_info *fs_info,
|
|
||||||
struct btrfs_ioctl_balance_args *bargs);
|
|
||||||
|
|
||||||
/* file.c */
|
/* file.c */
|
||||||
int btrfs_sync_file(struct file *file, loff_t start, loff_t end, int datasync);
|
int btrfs_sync_file(struct file *file, loff_t start, loff_t end, int datasync);
|
||||||
extern const struct file_operations btrfs_file_operations;
|
extern const struct file_operations btrfs_file_operations;
|
||||||
|
|
|
@ -34,6 +34,7 @@
|
||||||
#include "accessors.h"
|
#include "accessors.h"
|
||||||
#include "extent-tree.h"
|
#include "extent-tree.h"
|
||||||
#include "file-item.h"
|
#include "file-item.h"
|
||||||
|
#include "ioctl.h"
|
||||||
|
|
||||||
/* simple helper to fault in pages and copy. This should go away
|
/* simple helper to fault in pages and copy. This should go away
|
||||||
* and be replaced with calls into generic code.
|
* and be replaced with calls into generic code.
|
||||||
|
|
|
@ -63,6 +63,7 @@
|
||||||
#include "dir-item.h"
|
#include "dir-item.h"
|
||||||
#include "file-item.h"
|
#include "file-item.h"
|
||||||
#include "uuid-tree.h"
|
#include "uuid-tree.h"
|
||||||
|
#include "ioctl.h"
|
||||||
|
|
||||||
struct btrfs_iget_args {
|
struct btrfs_iget_args {
|
||||||
u64 ino;
|
u64 ino;
|
||||||
|
|
|
@ -57,6 +57,7 @@
|
||||||
#include "defrag.h"
|
#include "defrag.h"
|
||||||
#include "dir-item.h"
|
#include "dir-item.h"
|
||||||
#include "uuid-tree.h"
|
#include "uuid-tree.h"
|
||||||
|
#include "ioctl.h"
|
||||||
|
|
||||||
#ifdef CONFIG_64BIT
|
#ifdef CONFIG_64BIT
|
||||||
/* If we have a 32-bit userspace and 64-bit kernel, then the UAPI
|
/* If we have a 32-bit userspace and 64-bit kernel, then the UAPI
|
||||||
|
|
|
@ -0,0 +1,17 @@
|
||||||
|
/* SPDX-License-Identifier: GPL-2.0 */
|
||||||
|
|
||||||
|
#ifndef BTRFS_IOCTL_H
|
||||||
|
#define BTRFS_IOCTL_H
|
||||||
|
|
||||||
|
long btrfs_ioctl(struct file *file, unsigned int cmd, unsigned long arg);
|
||||||
|
long btrfs_compat_ioctl(struct file *file, unsigned int cmd, unsigned long arg);
|
||||||
|
int btrfs_fileattr_get(struct dentry *dentry, struct fileattr *fa);
|
||||||
|
int btrfs_fileattr_set(struct user_namespace *mnt_userns,
|
||||||
|
struct dentry *dentry, struct fileattr *fa);
|
||||||
|
int btrfs_ioctl_get_supported_features(void __user *arg);
|
||||||
|
void btrfs_sync_inode_flags_to_i_flags(struct inode *inode);
|
||||||
|
int __pure btrfs_is_empty_uuid(u8 *uuid);
|
||||||
|
void btrfs_update_ioctl_balance_args(struct btrfs_fs_info *fs_info,
|
||||||
|
struct btrfs_ioctl_balance_args *bargs);
|
||||||
|
|
||||||
|
#endif
|
|
@ -30,6 +30,7 @@
|
||||||
#include "accessors.h"
|
#include "accessors.h"
|
||||||
#include "dir-item.h"
|
#include "dir-item.h"
|
||||||
#include "file-item.h"
|
#include "file-item.h"
|
||||||
|
#include "ioctl.h"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Maximum number of references an extent can have in order for us to attempt to
|
* Maximum number of references an extent can have in order for us to attempt to
|
||||||
|
|
|
@ -54,6 +54,7 @@
|
||||||
#include "accessors.h"
|
#include "accessors.h"
|
||||||
#include "defrag.h"
|
#include "defrag.h"
|
||||||
#include "dir-item.h"
|
#include "dir-item.h"
|
||||||
|
#include "ioctl.h"
|
||||||
#define CREATE_TRACE_POINTS
|
#define CREATE_TRACE_POINTS
|
||||||
#include <trace/events/btrfs.h>
|
#include <trace/events/btrfs.h>
|
||||||
|
|
||||||
|
|
|
@ -31,6 +31,7 @@
|
||||||
#include "defrag.h"
|
#include "defrag.h"
|
||||||
#include "dir-item.h"
|
#include "dir-item.h"
|
||||||
#include "uuid-tree.h"
|
#include "uuid-tree.h"
|
||||||
|
#include "ioctl.h"
|
||||||
|
|
||||||
static struct kmem_cache *btrfs_trans_handle_cachep;
|
static struct kmem_cache *btrfs_trans_handle_cachep;
|
||||||
|
|
||||||
|
|
|
@ -18,6 +18,7 @@
|
||||||
#include "locking.h"
|
#include "locking.h"
|
||||||
#include "fs.h"
|
#include "fs.h"
|
||||||
#include "accessors.h"
|
#include "accessors.h"
|
||||||
|
#include "ioctl.h"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Implementation of the interface defined in struct fsverity_operations.
|
* Implementation of the interface defined in struct fsverity_operations.
|
||||||
|
|
|
@ -36,6 +36,7 @@
|
||||||
#include "fs.h"
|
#include "fs.h"
|
||||||
#include "accessors.h"
|
#include "accessors.h"
|
||||||
#include "uuid-tree.h"
|
#include "uuid-tree.h"
|
||||||
|
#include "ioctl.h"
|
||||||
|
|
||||||
static struct bio_set btrfs_bioset;
|
static struct bio_set btrfs_bioset;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue