Home
last modified time | relevance | path

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

/linux/fs/btrfs/
H A Dtree-log.c184 if (!fs_info->log_root_tree) { in start_log_trans()
220 * This means fs_info->log_root_tree was already created in start_log_trans()
2831 ret = btrfs_insert_root(trans, fs_info->log_root_tree, in update_log_root()
2834 ret = btrfs_update_root(trans, fs_info->log_root_tree, in update_log_root()
2972 struct btrfs_root *log_root_tree = fs_info->log_root_tree; in btrfs_sync_log() local
3055 * log_root_tree->log_mutex yet. This is important because when we in btrfs_sync_log()
3056 * commit the log_root_tree we must have a consistent view of the in btrfs_sync_log()
3057 * log_root_tree when we update the super block to point at the in btrfs_sync_log()
3058 * log_root_tree byten in btrfs_sync_log()
7240 btrfs_recover_log_trees(struct btrfs_root * log_root_tree) btrfs_recover_log_trees() argument
[all...]
H A Dfs.h441 struct btrfs_root *log_root_tree; member
H A Ddisk-io.c971 WARN_ON(fs_info->log_root_tree); in btrfs_init_log_root_tree()
972 fs_info->log_root_tree = log_root; in btrfs_init_log_root_tree()