Home
last modified time | relevance | path

Searched refs:commit_root (Results 1 – 7 of 7) sorted by relevance

/linux-3.4.99/fs/btrfs/
Ddisk-io.c1135 root->commit_root = NULL; in __setup_root()
1207 root->commit_root = NULL; in find_and_setup_root()
1215 root->commit_root = btrfs_root_node(root); in find_and_setup_root()
1371 root->commit_root = btrfs_root_node(root); in btrfs_read_fs_root_no_radix()
1818 free_extent_buffer(info->tree_root->commit_root); in free_root_pointers()
1820 free_extent_buffer(info->dev_root->commit_root); in free_root_pointers()
1822 free_extent_buffer(info->extent_root->commit_root); in free_root_pointers()
1824 free_extent_buffer(info->csum_root->commit_root); in free_root_pointers()
1827 info->tree_root->commit_root = NULL; in free_root_pointers()
1829 info->dev_root->commit_root = NULL; in free_root_pointers()
[all …]
Dtransaction.c48 free_extent_buffer(root->commit_root); in switch_commit_root()
49 root->commit_root = btrfs_root_node(root); in switch_commit_root()
153 WARN_ON(root->commit_root != root->node); in record_root_in_trans()
828 if (root->commit_root != root->node) { in commit_fs_roots()
Drelocation.c1151 rb_node = tree_search(&cache->rb_root, src->commit_root->start);
1162 reloc_root->commit_root->start);
1264 root->commit_root->start);
1308 ret = btrfs_copy_root(trans, root, root->commit_root, &eb,
1415 if (reloc_root->commit_root != reloc_root->node) {
1417 free_extent_buffer(reloc_root->commit_root);
1418 reloc_root->commit_root = btrfs_root_node(reloc_root);
4272 free_extent_buffer(reloc_root->commit_root);
Dctree.c304 buf != root->node && buf != root->commit_root && in btrfs_block_can_be_shared()
1723 b = root->commit_root; in btrfs_search_slot()
Dctree.h1300 struct extent_buffer *commit_root; member
Dtree-log.c3307 free_extent_buffer(log->commit_root); in btrfs_recover_log_trees()
Dextent-tree.c7017 free_extent_buffer(root->commit_root); in btrfs_drop_snapshot()