Home
last modified time | relevance | path

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

/Linux-v6.1/fs/btrfs/
Dtree-log.c178 if (zoned && atomic_read(&root->log_commit[index])) { in start_log_trans()
241 if (zoned && atomic_read(&root->log_commit[index])) { in join_running_log_trans()
2870 atomic_read(&root->log_commit[index]))) in wait_log_commit()
2958 if (atomic_read(&root->log_commit[index1])) { in btrfs_sync_log()
2964 atomic_set(&root->log_commit[index1], 1); in btrfs_sync_log()
2967 if (atomic_read(&root->log_commit[(index1 + 1) % 2])) in btrfs_sync_log()
3100 if (atomic_read(&log_root_tree->log_commit[index2])) { in btrfs_sync_log()
3111 atomic_set(&log_root_tree->log_commit[index2], 1); in btrfs_sync_log()
3113 if (atomic_read(&log_root_tree->log_commit[(index2 + 1) % 2])) { in btrfs_sync_log()
3223 atomic_set(&log_root_tree->log_commit[index2], 0); in btrfs_sync_log()
[all …]
Dtransaction.c1417 ASSERT(atomic_read(&root->log_commit[0]) == 0); in commit_fs_roots()
1418 ASSERT(atomic_read(&root->log_commit[1]) == 0); in commit_fs_roots()
Ddisk-io.c1017 atomic_set(&root->log_commit[0], 0); in __setup_root()
1018 atomic_set(&root->log_commit[1], 0); in __setup_root()
Dctree.h1340 atomic_t log_commit[2]; member