summaryrefslogtreecommitdiff
path: root/ANDROID_3.4.5/fs/btrfs/inode-map.h
diff options
context:
space:
mode:
Diffstat (limited to 'ANDROID_3.4.5/fs/btrfs/inode-map.h')
-rw-r--r--ANDROID_3.4.5/fs/btrfs/inode-map.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/ANDROID_3.4.5/fs/btrfs/inode-map.h b/ANDROID_3.4.5/fs/btrfs/inode-map.h
deleted file mode 100644
index ddb347bf..00000000
--- a/ANDROID_3.4.5/fs/btrfs/inode-map.h
+++ /dev/null
@@ -1,13 +0,0 @@
-#ifndef __BTRFS_INODE_MAP
-#define __BTRFS_INODE_MAP
-
-void btrfs_init_free_ino_ctl(struct btrfs_root *root);
-void btrfs_unpin_free_ino(struct btrfs_root *root);
-void btrfs_return_ino(struct btrfs_root *root, u64 objectid);
-int btrfs_find_free_ino(struct btrfs_root *root, u64 *objectid);
-int btrfs_save_ino_cache(struct btrfs_root *root,
- struct btrfs_trans_handle *trans);
-
-int btrfs_find_free_objectid(struct btrfs_root *root, u64 *objectid);
-
-#endif