Lines Matching defs:super
83 * | super blocks. |
91 * | Until all tree blocks are super blocks are |
95 * All tree blocks and super blocks are written. Transaction N+1
1477 * And we don't write super to avoid half committed status.
1799 struct btrfs_super_block *super;
1801 super = fs_info->super_copy;
1804 super->chunk_root = root_item->bytenr;
1805 super->chunk_root_generation = root_item->generation;
1806 super->chunk_root_level = root_item->level;
1809 super->root = root_item->bytenr;
1810 super->generation = root_item->generation;
1811 super->root_level = root_item->level;
1813 super->cache_generation = root_item->generation;
1815 super->uuid_tree_generation = root_item->generation;
2307 * from now until after the super is written, we avoid races
2408 * the super is written, we can safely allow the tree-loggers