Home
last modified time | relevance | path

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

/fs/btrfs/
Dctree.c126 struct extent_buffer *btrfs_root_node(struct btrfs_root *root) in btrfs_root_node() function
159 eb = btrfs_root_node(root); in btrfs_lock_root_node()
178 eb = btrfs_root_node(root); in btrfs_read_lock_root_node()
1471 struct extent_buffer *eb_root = btrfs_root_node(root); in btrfs_old_root_level()
2696 b = btrfs_root_node(root); in btrfs_search_slot_get_root()
Ddisk-io.c1259 root->commit_root = btrfs_root_node(root); in btrfs_create_tree()
1425 root->commit_root = btrfs_root_node(root); in btrfs_read_tree_root()
3044 chunk_root->commit_root = btrfs_root_node(chunk_root); in open_ctree()
3083 tree_root->commit_root = btrfs_root_node(tree_root); in open_ctree()
Dreada.c959 node = btrfs_root_node(root); in btrfs_reada_add()
Dtransaction.c93 root->commit_root = btrfs_root_node(root); in switch_commit_roots()
Dctree.h2524 struct extent_buffer *btrfs_root_node(struct btrfs_root *root);
Drelocation.c1549 reloc_root->commit_root = btrfs_root_node(reloc_root); in btrfs_update_reloc_root()