Home
last modified time | relevance | path

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

/fs/btrfs/
Dtree-log.c93 atomic_inc(&root->log_writers); in start_log_trans()
108 atomic_inc(&root->log_writers); in start_log_trans()
129 atomic_inc(&root->log_writers); in join_running_log_trans()
141 if (atomic_dec_and_test(&root->log_writers)) { in end_log_trans()
1870 while (atomic_read(&root->log_writers)) { in wait_for_writer()
1874 if (atomic_read(&root->log_writers)) in wait_for_writer()
1939 atomic_inc(&log_root_tree->log_writers); in btrfs_sync_log()
1946 if (atomic_dec_and_test(&log_root_tree->log_writers)) { in btrfs_sync_log()
Dctree.h844 atomic_t log_writers; member
Ddisk-io.c906 atomic_set(&root->log_writers, 0); in __setup_root()