diff options
Diffstat (limited to 'fs/btrfs/disk-io.h')
| -rw-r--r-- | fs/btrfs/disk-io.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/fs/btrfs/disk-io.h b/fs/btrfs/disk-io.h index 05b3fab39f7e..95e147eea239 100644 --- a/fs/btrfs/disk-io.h +++ b/fs/btrfs/disk-io.h | |||
| @@ -89,6 +89,12 @@ int btrfs_add_log_tree(struct btrfs_trans_handle *trans, | |||
| 89 | int btrfs_cleanup_transaction(struct btrfs_root *root); | 89 | int btrfs_cleanup_transaction(struct btrfs_root *root); |
| 90 | void btrfs_cleanup_one_transaction(struct btrfs_transaction *trans, | 90 | void btrfs_cleanup_one_transaction(struct btrfs_transaction *trans, |
| 91 | struct btrfs_root *root); | 91 | struct btrfs_root *root); |
| 92 | void btrfs_abort_devices(struct btrfs_root *root); | ||
| 93 | struct btrfs_root *btrfs_create_tree(struct btrfs_trans_handle *trans, | ||
| 94 | struct btrfs_fs_info *fs_info, | ||
| 95 | u64 objectid); | ||
| 96 | int btree_lock_page_hook(struct page *page, void *data, | ||
| 97 | void (*flush_fn)(void *)); | ||
| 92 | 98 | ||
| 93 | #ifdef CONFIG_DEBUG_LOCK_ALLOC | 99 | #ifdef CONFIG_DEBUG_LOCK_ALLOC |
| 94 | void btrfs_init_lockdep(void); | 100 | void btrfs_init_lockdep(void); |
