|
@@ -3197,7 +3197,7 @@ int btrfs_write_inode(struct inode *inode, struct writeback_control *wbc);
|
|
struct inode *btrfs_alloc_inode(struct super_block *sb);
|
|
struct inode *btrfs_alloc_inode(struct super_block *sb);
|
|
void btrfs_destroy_inode(struct inode *inode);
|
|
void btrfs_destroy_inode(struct inode *inode);
|
|
int btrfs_drop_inode(struct inode *inode);
|
|
int btrfs_drop_inode(struct inode *inode);
|
|
-int btrfs_init_cachep(void);
|
|
|
|
|
|
+int __init btrfs_init_cachep(void);
|
|
void btrfs_destroy_cachep(void);
|
|
void btrfs_destroy_cachep(void);
|
|
long btrfs_ioctl_trans_end(struct file *file);
|
|
long btrfs_ioctl_trans_end(struct file *file);
|
|
struct inode *btrfs_iget(struct super_block *s, struct btrfs_key *location,
|
|
struct inode *btrfs_iget(struct super_block *s, struct btrfs_key *location,
|
|
@@ -3248,7 +3248,7 @@ ssize_t btrfs_dedupe_file_range(struct file *src_file, u64 loff, u64 olen,
|
|
struct file *dst_file, u64 dst_loff);
|
|
struct file *dst_file, u64 dst_loff);
|
|
|
|
|
|
/* file.c */
|
|
/* file.c */
|
|
-int btrfs_auto_defrag_init(void);
|
|
|
|
|
|
+int __init btrfs_auto_defrag_init(void);
|
|
void btrfs_auto_defrag_exit(void);
|
|
void btrfs_auto_defrag_exit(void);
|
|
int btrfs_add_inode_defrag(struct btrfs_trans_handle *trans,
|
|
int btrfs_add_inode_defrag(struct btrfs_trans_handle *trans,
|
|
struct btrfs_inode *inode);
|
|
struct btrfs_inode *inode);
|
|
@@ -3283,7 +3283,7 @@ int btrfs_defrag_leaves(struct btrfs_trans_handle *trans,
|
|
struct btrfs_root *root);
|
|
struct btrfs_root *root);
|
|
|
|
|
|
/* sysfs.c */
|
|
/* sysfs.c */
|
|
-int btrfs_init_sysfs(void);
|
|
|
|
|
|
+int __init btrfs_init_sysfs(void);
|
|
void btrfs_exit_sysfs(void);
|
|
void btrfs_exit_sysfs(void);
|
|
int btrfs_sysfs_add_mounted(struct btrfs_fs_info *fs_info);
|
|
int btrfs_sysfs_add_mounted(struct btrfs_fs_info *fs_info);
|
|
void btrfs_sysfs_remove_mounted(struct btrfs_fs_info *fs_info);
|
|
void btrfs_sysfs_remove_mounted(struct btrfs_fs_info *fs_info);
|