Home
last modified time | relevance | path

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

/openbmc/linux/fs/btrfs/
H A Dtree-log.c2893 struct btrfs_log_ctx root_log_ctx; in btrfs_sync_log() local
3006 btrfs_init_log_ctx(&root_log_ctx, NULL); in btrfs_sync_log()
3011 list_add_tail(&root_log_ctx.list, &log_root_tree->log_ctxs[index2]); in btrfs_sync_log()
3012 root_log_ctx.log_transid = log_root_tree->log_transid; in btrfs_sync_log()
3021 if (!list_empty(&root_log_ctx.list)) in btrfs_sync_log()
3022 list_del_init(&root_log_ctx.list); in btrfs_sync_log()
3035 if (log_root_tree->log_transid_committed >= root_log_ctx.log_transid) { in btrfs_sync_log()
3037 list_del_init(&root_log_ctx.list); in btrfs_sync_log()
3039 ret = root_log_ctx.log_ret; in btrfs_sync_log()
3043 index2 = root_log_ctx.log_transid % 2; in btrfs_sync_log()
[all …]