Searched refs:log_commit (Results 1 – 4 of 4) sorted by relevance
218 atomic_t log_commit[2]; member
187 if (zoned && atomic_read(&root->log_commit[index])) { in start_log_trans()250 if (zoned && atomic_read(&root->log_commit[index])) { in join_running_log_trans()2829 atomic_read(&root->log_commit[index]))) in wait_log_commit()2917 if (atomic_read(&root->log_commit[index1])) { in btrfs_sync_log()2923 atomic_set(&root->log_commit[index1], 1); in btrfs_sync_log()2926 if (atomic_read(&root->log_commit[(index1 + 1) % 2])) in btrfs_sync_log()3055 if (atomic_read(&log_root_tree->log_commit[index2])) { in btrfs_sync_log()3066 atomic_set(&log_root_tree->log_commit[index2], 1); in btrfs_sync_log()3068 if (atomic_read(&log_root_tree->log_commit[(index2 + 1) % 2])) { in btrfs_sync_log()3177 atomic_set(&log_root_tree->log_commit[index2], 0); in btrfs_sync_log()[all …]
1430 ASSERT(atomic_read(&root->log_commit[0]) == 0); in commit_fs_roots()1431 ASSERT(atomic_read(&root->log_commit[1]) == 0); in commit_fs_roots()
921 atomic_set(&root->log_commit[0], 0); in __setup_root()922 atomic_set(&root->log_commit[1], 0); in __setup_root()
Completed in 30 milliseconds