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

/linux-master/fs/btrfs/
H A Dctree.h190 atomic_t log_commit[2]; member in struct:btrfs_root
H A Dtree-log.c185 if (zoned && atomic_read(&root->log_commit[index])) {
248 if (zoned && atomic_read(&root->log_commit[index])) {
2794 atomic_read(&root->log_commit[index])))
2927 if (atomic_read(&root->log_commit[index1])) {
2933 atomic_set(&root->log_commit[index1], 1);
2936 if (atomic_read(&root->log_commit[(index1 + 1) % 2]))
3062 if (atomic_read(&log_root_tree->log_commit[index2])) {
3073 atomic_set(&log_root_tree->log_commit[index2], 1);
3075 if (atomic_read(&log_root_tree->log_commit[(index2 + 1) % 2])) {
3170 * root->log_commit[index
[all...]
H A Dtransaction.c1491 ASSERT(atomic_read(&root->log_commit[0]) == 0);
1492 ASSERT(atomic_read(&root->log_commit[1]) == 0);
H A Ddisk-io.c693 atomic_set(&root->log_commit[0], 0);
694 atomic_set(&root->log_commit[1], 0);

Completed in 247 milliseconds