Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
orphan.c File Reference
#include "ctree.h"
#include "disk-io.h"

Go to the source code of this file.

Functions

int btrfs_insert_orphan_item (struct btrfs_trans_handle *trans, struct btrfs_root *root, u64 offset)
 
int btrfs_del_orphan_item (struct btrfs_trans_handle *trans, struct btrfs_root *root, u64 offset)
 
int btrfs_find_orphan_item (struct btrfs_root *root, u64 offset)
 

Function Documentation

int btrfs_del_orphan_item ( struct btrfs_trans_handle trans,
struct btrfs_root root,
u64  offset 
)

Definition at line 43 of file orphan.c.

int btrfs_find_orphan_item ( struct btrfs_root root,
u64  offset 
)

Definition at line 73 of file orphan.c.

int btrfs_insert_orphan_item ( struct btrfs_trans_handle trans,
struct btrfs_root root,
u64  offset 
)

Definition at line 22 of file orphan.c.