Searched refs:log_commit (Results 1 – 4 of 4) sorted by relevance
198 bool log_commit[2]; member
3174 if (!root->log_commit[index]) in wait_log_commit()3191 root->log_commit[index])) in wait_log_commit()3329 root->log_commit[index1] = true; in btrfs_sync_log()3449 if (log_root_tree->log_commit[index2]) { in btrfs_sync_log()3463 log_root_tree->log_commit[index2] = true; in btrfs_sync_log()3579 log_root_tree->log_commit[index2] = false; in btrfs_sync_log()3592 root->log_commit[index1] = false; in btrfs_sync_log()
1520 ASSERT(!root->log_commit[0]); in commit_fs_roots()1521 ASSERT(!root->log_commit[1]); in commit_fs_roots()
1616 data_race(root->log_commit[ctx->log_transid % 2]);1618 data_race(root->log_commit[(ctx->log_transid + 1) % 2]);