mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-05-24 10:39:52 +00:00
12 lines
366 B
C
12 lines
366 B
C
![]() |
#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_find_free_objectid(struct btrfs_root *root, u64 *objectid);
|
||
|
|
||
|
#endif
|