Searched refs:root_log_ctx (Results 1 – 1 of 1) sorted by relevance
2935 struct btrfs_log_ctx root_log_ctx; in btrfs_sync_log() local3048 btrfs_init_log_ctx(&root_log_ctx, NULL); in btrfs_sync_log()3053 list_add_tail(&root_log_ctx.list, &log_root_tree->log_ctxs[index2]); in btrfs_sync_log()3054 root_log_ctx.log_transid = log_root_tree->log_transid; in btrfs_sync_log()3063 list_del_init(&root_log_ctx.list); in btrfs_sync_log()3075 if (log_root_tree->log_transid_committed >= root_log_ctx.log_transid) { in btrfs_sync_log()3077 list_del_init(&root_log_ctx.list); in btrfs_sync_log()3079 ret = root_log_ctx.log_ret; in btrfs_sync_log()3087 root_log_ctx.log_transid); in btrfs_sync_log()3090 ret = root_log_ctx.log_ret; in btrfs_sync_log()[all …]