Btrfs: Always use 64bit inode number
[deliverable/linux.git] / fs / btrfs / inode-map.h
CommitLineData
581bb050
LZ
1#ifndef __BTRFS_INODE_MAP
2#define __BTRFS_INODE_MAP
3
4void btrfs_init_free_ino_ctl(struct btrfs_root *root);
5void btrfs_unpin_free_ino(struct btrfs_root *root);
6void btrfs_return_ino(struct btrfs_root *root, u64 objectid);
7int btrfs_find_free_ino(struct btrfs_root *root, u64 *objectid);
8
9int btrfs_find_free_objectid(struct btrfs_root *root, u64 *objectid);
10
11#endif
This page took 0.025081 seconds and 5 git commands to generate.