Home
last modified time | relevance | path

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

/Linux-v6.1/fs/btrfs/
Dtree-log.c210 atomic_inc(&root->log_writers); in start_log_trans()
245 atomic_inc(&root->log_writers); in join_running_log_trans()
258 atomic_inc(&root->log_writers); in btrfs_pin_log_trans()
267 if (atomic_dec_and_test(&root->log_writers)) { in btrfs_end_log_trans()
2887 if (!atomic_read(&root->log_writers)) in wait_for_writer()
Dtransaction.c1416 ASSERT(atomic_read(&root->log_writers) == 0); in commit_fs_roots()
Dctree.h1339 atomic_t log_writers; member
Ddisk-io.c1019 atomic_set(&root->log_writers, 0); in __setup_root()