Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
inode-map.h File Reference

Go to the source code of this file.

Functions

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)
 

Function Documentation

int btrfs_find_free_ino ( struct btrfs_root root,
u64 objectid 
)

Definition at line 184 of file inode-map.c.

int btrfs_find_free_objectid ( struct btrfs_root root,
u64 objectid 
)

Definition at line 554 of file inode-map.c.

void btrfs_init_free_ino_ctl ( struct btrfs_root root)

Definition at line 369 of file inode-map.c.

void btrfs_return_ino ( struct btrfs_root root,
u64  objectid 
)

Definition at line 208 of file inode-map.c.

int btrfs_save_ino_cache ( struct btrfs_root root,
struct btrfs_trans_handle trans 
)

Definition at line 395 of file inode-map.c.

void btrfs_unpin_free_ino ( struct btrfs_root root)

Definition at line 257 of file inode-map.c.