Home
last modified time | relevance | path

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

/linux-4.19.296/fs/btrfs/
Dtree-log.c172 list_add_tail(&ctx->list, &root->log_ctxs[index]); in start_log_trans()
2988 list_for_each_entry_safe(ctx, safe, &root->log_ctxs[index], list) { in btrfs_remove_all_log_ctxs()
2993 INIT_LIST_HEAD(&root->log_ctxs[index]); in btrfs_remove_all_log_ctxs()
3115 list_add_tail(&root_log_ctx.list, &log_root_tree->log_ctxs[index2]); in btrfs_sync_log()
Ddisk-io.c1189 INIT_LIST_HEAD(&root->log_ctxs[0]); in __setup_root()
1190 INIT_LIST_HEAD(&root->log_ctxs[1]); in __setup_root()
Dctree.h1193 struct list_head log_ctxs[2]; member