Searched refs:log_root_tree (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/btrfs/
H A Dtree-log.c162 if (!fs_info->log_root_tree) {
198 * This means fs_info->log_root_tree was already created
2770 ret = btrfs_insert_root(trans, fs_info->log_root_tree,
2773 ret = btrfs_update_root(trans, fs_info->log_root_tree,
2911 struct btrfs_root *log_root_tree = fs_info->log_root_tree; local
2994 * log_root_tree->log_mutex yet. This is important because when we
2995 * commit the log_root_tree we must have a consistent view of the
2996 * log_root_tree when we update the super block to point at the
2997 * log_root_tree byten
7182 btrfs_recover_log_trees(struct btrfs_root *log_root_tree) argument
[all...]
H A Dfs.h419 struct btrfs_root *log_root_tree; member in struct:btrfs_fs_info
H A Ddisk-io.c991 WARN_ON(fs_info->log_root_tree);
992 fs_info->log_root_tree = log_root;

Completed in 469 milliseconds