Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/btrfs/
H A Dtree-log.c3071 struct btrfs_log_ctx root_log_ctx; in btrfs_sync_log() local
3159 btrfs_init_log_ctx(&root_log_ctx, NULL); in btrfs_sync_log()
3164 list_add_tail(&root_log_ctx.list, &log_root_tree->log_ctxs[index2]); in btrfs_sync_log()
3165 root_log_ctx.log_transid = log_root_tree->log_transid; in btrfs_sync_log()
3174 if (!list_empty(&root_log_ctx.list)) in btrfs_sync_log()
3175 list_del_init(&root_log_ctx.list); in btrfs_sync_log()
3191 if (log_root_tree->log_transid_committed >= root_log_ctx.log_transid) { in btrfs_sync_log()
3193 list_del_init(&root_log_ctx.list); in btrfs_sync_log()
3195 ret = root_log_ctx.log_ret; in btrfs_sync_log()
3199 index2 = root_log_ctx in btrfs_sync_log()
[all...]
/kernel/linux/linux-6.6/fs/btrfs/
H A Dtree-log.c2874 struct btrfs_log_ctx root_log_ctx; in btrfs_sync_log() local
2987 btrfs_init_log_ctx(&root_log_ctx, NULL); in btrfs_sync_log()
2992 list_add_tail(&root_log_ctx.list, &log_root_tree->log_ctxs[index2]); in btrfs_sync_log()
2993 root_log_ctx.log_transid = log_root_tree->log_transid; in btrfs_sync_log()
3002 if (!list_empty(&root_log_ctx.list)) in btrfs_sync_log()
3003 list_del_init(&root_log_ctx.list); in btrfs_sync_log()
3016 if (log_root_tree->log_transid_committed >= root_log_ctx.log_transid) { in btrfs_sync_log()
3018 list_del_init(&root_log_ctx.list); in btrfs_sync_log()
3020 ret = root_log_ctx.log_ret; in btrfs_sync_log()
3024 index2 = root_log_ctx in btrfs_sync_log()
[all...]

Completed in 11 milliseconds