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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/btrfs/
H A Dtree-log.c150 atomic_inc(&root->log_writers);
169 atomic_inc(&root->log_writers);
190 atomic_inc(&root->log_writers);
206 atomic_inc(&root->log_writers);
217 if (atomic_dec_and_test(&root->log_writers)) {
1924 while (atomic_read(&root->log_writers)) {
1929 trans->transid && atomic_read(&root->log_writers))
2020 atomic_inc(&log_root_tree->log_writers);
2026 if (atomic_dec_and_test(&log_root_tree->log_writers)) {
H A Ddisk-io.c937 atomic_set(&root->log_writers, 0);
H A Dctree.h1044 atomic_t log_writers; member in struct:btrfs_root

Completed in 53 milliseconds