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.c303 if (!fs_info->log_root_tree) { in start_log_trans()
3179 ret = btrfs_insert_root(trans, fs_info->log_root_tree, in update_log_root()
3182 ret = btrfs_update_root(trans, fs_info->log_root_tree, in update_log_root()
3320 struct btrfs_root *log_root_tree = fs_info->log_root_tree; in btrfs_sync_log() local
3426 if (!log_root_tree->node) { in btrfs_sync_log()
3427 ret = btrfs_alloc_log_tree_node(trans, log_root_tree); in btrfs_sync_log()
3439 mutex_lock(&log_root_tree->log_mutex); in btrfs_sync_log()
3441 index2 = log_root_tree->log_transid % 2; in btrfs_sync_log()
3442 list_add_tail(&root_log_ctx.list, &log_root_tree->log_ctxs[index2]); in btrfs_sync_log()
3443 root_log_ctx.log_transid = log_root_tree->log_transid; in btrfs_sync_log()
[all …]
H A Dfs.h470 struct btrfs_root *log_root_tree;
456 struct btrfs_root *log_root_tree; global() member
H A Ddisk-io.c965 WARN_ON(fs_info->log_root_tree); in btrfs_init_log_root_tree()
966 fs_info->log_root_tree = log_root; in btrfs_init_log_root_tree()