Home
last modified time | relevance | path

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

/linux-4.4.14/fs/btrfs/
Dtree-log.c176 atomic_inc(&root->log_writers); in start_log_trans()
204 atomic_inc(&root->log_writers); in join_running_log_trans()
220 atomic_inc(&root->log_writers); in btrfs_pin_log_trans()
231 if (atomic_dec_and_test(&root->log_writers)) { in btrfs_end_log_trans()
2669 while (atomic_read(&root->log_writers)) { in wait_for_writer()
2673 if (atomic_read(&root->log_writers)) in wait_for_writer()
2813 atomic_inc(&log_root_tree->log_writers); in btrfs_sync_log()
2824 if (atomic_dec_and_test(&log_root_tree->log_writers)) { in btrfs_sync_log()
Dctree.h1882 atomic_t log_writers; member
Ddisk-io.c1265 atomic_set(&root->log_writers, 0); in __setup_root()