Home
last modified time | relevance | path

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

/linux-3.3/fs/btrfs/
Ddisk-io.c1223 root->commit_root = btrfs_root_node(root); in find_and_setup_root()
1379 root->commit_root = btrfs_root_node(root); in btrfs_read_fs_root_no_radix()
2295 chunk_root->commit_root = btrfs_root_node(chunk_root); in open_ctree()
2333 tree_root->commit_root = btrfs_root_node(tree_root); in open_ctree()
Dctree.c155 struct extent_buffer *btrfs_root_node(struct btrfs_root *root) in btrfs_root_node() function
175 eb = btrfs_root_node(root); in btrfs_lock_root_node()
194 eb = btrfs_root_node(root); in btrfs_read_lock_root_node()
1685 b = btrfs_root_node(root); in btrfs_search_slot()
Dreada.c901 node = btrfs_root_node(root); in btrfs_reada_add()
Dtransaction.c49 root->commit_root = btrfs_root_node(root); in switch_commit_root()
Dctree.h2574 struct extent_buffer *btrfs_root_node(struct btrfs_root *root);
Drelocation.c1389 reloc_root->commit_root = btrfs_root_node(reloc_root);