Home
last modified time | relevance | path

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

/Linux-v5.15/fs/btrfs/
Dtree-log.c177 if (zoned && atomic_read(&root->log_commit[index])) { in start_log_trans()
240 if (zoned && atomic_read(&root->log_commit[index])) { in join_running_log_trans()
3010 atomic_read(&root->log_commit[index]))) in wait_log_commit()
3101 if (atomic_read(&root->log_commit[index1])) { in btrfs_sync_log()
3107 atomic_set(&root->log_commit[index1], 1); in btrfs_sync_log()
3110 if (atomic_read(&root->log_commit[(index1 + 1) % 2])) in btrfs_sync_log()
3242 if (atomic_read(&log_root_tree->log_commit[index2])) { in btrfs_sync_log()
3253 atomic_set(&log_root_tree->log_commit[index2], 1); in btrfs_sync_log()
3255 if (atomic_read(&log_root_tree->log_commit[(index2 + 1) % 2])) { in btrfs_sync_log()
3365 atomic_set(&log_root_tree->log_commit[index2], 0); in btrfs_sync_log()
[all …]
Ddisk-io.c1183 atomic_set(&root->log_commit[0], 0); in __setup_root()
1184 atomic_set(&root->log_commit[1], 0); in __setup_root()
Dctree.h1135 atomic_t log_commit[2]; member