Home
last modified time | relevance | path

Searched refs:btrfs_root_node (Results 1 – 5 of 5) sorted by relevance

/linux-2.6.39/fs/btrfs/
Ddisk-io.c1128 root->commit_root = btrfs_root_node(root); in find_and_setup_root()
1275 root->commit_root = btrfs_root_node(root); in btrfs_read_fs_root_no_radix()
1934 chunk_root->commit_root = btrfs_root_node(chunk_root); in open_ctree()
1966 tree_root->commit_root = btrfs_root_node(tree_root); in open_ctree()
Dtransaction.c45 root->commit_root = btrfs_root_node(root); in switch_commit_root()
Dctree.c147 struct extent_buffer *btrfs_root_node(struct btrfs_root *root) in btrfs_root_node() function
167 eb = btrfs_root_node(root); in btrfs_lock_root_node()
1619 b = btrfs_root_node(root); in btrfs_search_slot()
Dctree.h2252 struct extent_buffer *btrfs_root_node(struct btrfs_root *root);
Drelocation.c1384 reloc_root->commit_root = btrfs_root_node(reloc_root);