aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ctree.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/btrfs/ctree.h')
-rw-r--r--fs/btrfs/ctree.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/btrfs/ctree.h b/fs/btrfs/ctree.h
index 040213359393..cecf29e03630 100644
--- a/fs/btrfs/ctree.h
+++ b/fs/btrfs/ctree.h
@@ -1700,6 +1700,8 @@ struct inode *btrfs_iget_locked(struct super_block *s, u64 objectid,
1700 struct btrfs_root *root); 1700 struct btrfs_root *root);
1701struct inode *btrfs_ilookup(struct super_block *s, u64 objectid, 1701struct inode *btrfs_ilookup(struct super_block *s, u64 objectid,
1702 u64 root_objectid); 1702 u64 root_objectid);
1703struct inode *btrfs_iget(struct super_block *s, struct btrfs_key *location,
1704 struct btrfs_root *root, int *is_new);
1703int btrfs_commit_write(struct file *file, struct page *page, 1705int btrfs_commit_write(struct file *file, struct page *page,
1704 unsigned from, unsigned to); 1706 unsigned from, unsigned to);
1705struct extent_map *btrfs_get_extent(struct inode *inode, struct page *page, 1707struct extent_map *btrfs_get_extent(struct inode *inode, struct page *page,