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

/linux-master/fs/btrfs/
H A Drelocation.c343 if (btrfs_header_generation(reloc_root->commit_root) ==
560 rb_node = rb_simple_search(&cache->rb_root, src->commit_root->start);
571 reloc_root->commit_root->start);
642 node->bytenr = root->commit_root->start;
675 root->commit_root->start);
717 root->commit_root->start);
761 ret = btrfs_copy_root(trans, root, root->commit_root, &eb,
774 commit_root_gen = btrfs_header_generation(root->commit_root);
941 if (reloc_root->commit_root != reloc_root->node) {
944 free_extent_buffer(reloc_root->commit_root);
[all...]
H A Dctree.h169 struct extent_buffer *commit_root; member in struct:btrfs_root
H A Dtransaction.c194 free_extent_buffer(root->commit_root);
195 root->commit_root = btrfs_root_node(root);
409 WARN_ON(!force && root->commit_root != root->node);
1509 if (root->commit_root != root->node) {
1595 * commit_root to accounting later insert_dir_item()
1598 * Or commit_root can be populated and cause wrong qgroup numbers
H A Ddisk-io.c657 root->commit_root = NULL;
894 root->commit_root = btrfs_root_node(root);
1091 root->commit_root = btrfs_root_node(root);
1814 free_extent_buffer(root->commit_root);
1816 root->commit_root = NULL;
2604 root->commit_root = btrfs_root_node(root);
H A Dsend.c7638 root_level = btrfs_header_level(sctx->send_root->commit_root);
7645 root_level = btrfs_header_level(sctx->parent_root->commit_root);
7752 left_level = btrfs_header_level(left_root->commit_root);
7762 btrfs_clone_extent_buffer(left_root->commit_root);
7768 right_level = btrfs_header_level(right_root->commit_root);
7771 btrfs_clone_extent_buffer(right_root->commit_root);
7783 reada_min_gen = btrfs_header_generation(right_root->commit_root);
8006 sctx->parent_root->node != sctx->parent_root->commit_root)
8011 sctx->clone_roots[i].root->commit_root)
H A Dctree.c395 if (buf != root->commit_root)
1707 b = root->commit_root;
H A Dbackref.c632 root_level = btrfs_header_level(root->commit_root);

Completed in 376 milliseconds