Home
last modified time | relevance | path

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

/linux/fs/btrfs/
H A Dctree.h198 bool log_commit[2]; member
H A Dtree-log.c3174 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()
H A Dtransaction.c1520 ASSERT(!root->log_commit[0]); in commit_fs_roots()
1521 ASSERT(!root->log_commit[1]); in commit_fs_roots()
/linux/include/trace/events/
H A Dbtrfs.h1616 data_race(root->log_commit[ctx->log_transid % 2]);
1618 data_race(root->log_commit[(ctx->log_transid + 1) % 2]);