Home
last modified time | relevance | path

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

/linux/fs/btrfs/
H A Dtransaction.c1504 ASSERT(atomic_read(&root->log_commit[0]) == 0, in commit_fs_roots()
1506 atomic_read(&root->log_commit[0])); in commit_fs_roots()
1507 ASSERT(atomic_read(&root->log_commit[1]) == 0, in commit_fs_roots()
1509 atomic_read(&root->log_commit[1])); in commit_fs_roots()
H A Dctree.h199 atomic_t log_commit[2]; member
H A Dtree-log.c326 if (zoned && atomic_read(&root->log_commit[index])) { in start_log_trans()
389 if (zoned && atomic_read(&root->log_commit[index])) { in join_running_log_trans()
3210 atomic_read(&root->log_commit[index]))) in wait_log_commit()
3343 if (atomic_read(&root->log_commit[index1])) { in btrfs_sync_log()
3350 atomic_set(&root->log_commit[index1], 1); in btrfs_sync_log()
3353 if (atomic_read(&root->log_commit[(index1 + 1) % 2])) in btrfs_sync_log()
3479 if (atomic_read(&log_root_tree->log_commit[index2])) { in btrfs_sync_log()
3492 atomic_set(&log_root_tree->log_commit[index2], 1); in btrfs_sync_log()
3494 if (atomic_read(&log_root_tree->log_commit[(index2 + 1) % 2])) { in btrfs_sync_log()
3605 atomic_set(&log_root_tree->log_commit[index2], 0); in btrfs_sync_log()
[all …]
H A Ddisk-io.c642 atomic_set(&root->log_commit[0], 0); in btrfs_alloc_root()
643 atomic_set(&root->log_commit[1], 0); in btrfs_alloc_root()