Home
last modified time | relevance | path

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

/fs/btrfs/
Dtree-log.c3013 atomic_read(&root->log_commit[index]))) in wait_log_commit()
3104 if (atomic_read(&root->log_commit[index1])) { in btrfs_sync_log()
3110 atomic_set(&root->log_commit[index1], 1); in btrfs_sync_log()
3113 if (atomic_read(&root->log_commit[(index1 + 1) % 2])) in btrfs_sync_log()
3222 if (atomic_read(&log_root_tree->log_commit[index2])) { in btrfs_sync_log()
3233 atomic_set(&log_root_tree->log_commit[index2], 1); in btrfs_sync_log()
3235 if (atomic_read(&log_root_tree->log_commit[(index2 + 1) % 2])) { in btrfs_sync_log()
3304 atomic_set(&log_root_tree->log_commit[index2], 0); in btrfs_sync_log()
3317 atomic_set(&root->log_commit[index1], 0); in btrfs_sync_log()
Ddisk-io.c1163 atomic_set(&root->log_commit[0], 0); in __setup_root()
1164 atomic_set(&root->log_commit[1], 0); in __setup_root()
Dctree.h996 atomic_t log_commit[2]; member