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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/btrfs/
H A Ddisk-io.c902 root->commit_root = NULL;
984 root->commit_root = btrfs_root_node(root);
1127 root->commit_root = btrfs_root_node(root);
1819 chunk_root->commit_root = btrfs_root_node(chunk_root);
1851 tree_root->commit_root = btrfs_root_node(tree_root);
1988 free_extent_buffer(csum_root->commit_root);
1991 free_extent_buffer(dev_root->commit_root);
1994 free_extent_buffer(extent_root->commit_root);
1997 free_extent_buffer(tree_root->commit_root);
2000 free_extent_buffer(chunk_root->commit_root);
[all...]
H A Dtransaction.c46 free_extent_buffer(root->commit_root);
47 root->commit_root = btrfs_root_node(root);
108 WARN_ON(root->commit_root != root->node);
639 if (root->commit_root != root->node) {
H A Drelocation.c1132 rb_node = tree_search(&cache->rb_root, src->commit_root->start);
1143 reloc_root->commit_root->start);
1235 root->commit_root->start);
1276 ret = btrfs_copy_root(trans, root, root->commit_root, &eb,
1381 if (reloc_root->commit_root != reloc_root->node) {
1383 free_extent_buffer(reloc_root->commit_root);
1384 reloc_root->commit_root = btrfs_root_node(reloc_root);
4087 free_extent_buffer(reloc_root->commit_root);
H A Dctree.c267 buf != root->node && buf != root->commit_root &&
1720 b = root->commit_root;
H A Dtree-log.c3136 free_extent_buffer(log->commit_root);
H A Dctree.h1025 struct extent_buffer *commit_root; member in struct:btrfs_root
H A Dextent-tree.c339 /* need to make sure the commit_root doesn't disappear */
5868 free_extent_buffer(root->commit_root);

Completed in 84 milliseconds