Btrfs: Cache free inode numbers in memory
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / fs / btrfs / inode-map.h
blobeb918451b492c410bfc2433f44d2da29ece28f5e
1 #ifndef __BTRFS_INODE_MAP
2 #define __BTRFS_INODE_MAP
4 void btrfs_init_free_ino_ctl(struct btrfs_root *root);
5 void btrfs_unpin_free_ino(struct btrfs_root *root);
6 void btrfs_return_ino(struct btrfs_root *root, u64 objectid);
7 int btrfs_find_free_ino(struct btrfs_root *root, u64 *objectid);
9 int btrfs_find_free_objectid(struct btrfs_root *root, u64 *objectid);
11 #endif