Home
last modified time | relevance | path

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

/linux/fs/btrfs/
H A Dctree.h197 atomic_t log_writers; member
H A Dtransaction.c1517 ASSERT(atomic_read(&root->log_writers) == 0, in commit_fs_roots()
1519 atomic_read(&root->log_writers)); in commit_fs_roots()
H A Dtree-log.c334 atomic_inc(&root->log_writers); in start_log_trans()
365 atomic_inc(&root->log_writers); in join_running_log_trans()
378 atomic_inc(&root->log_writers); in btrfs_pin_log_trans()
387 if (atomic_dec_and_test(&root->log_writers)) { in btrfs_end_log_trans()
3206 if (!atomic_read(&root->log_writers)) in wait_for_writer()
H A Ddisk-io.c672 atomic_set(&root->log_writers, 0); in btrfs_alloc_root()
/linux/include/trace/events/
H A Dbtrfs.h1604 __field( int, log_writers )
1619 __entry->log_writers = atomic_read(&root->log_writers);
1628 __entry->log_committing_prev, __entry->log_writers)