Searched refs:log_writer_wait (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.c219 if (waitqueue_active(&root->log_writer_wait))
220 wake_up(&root->log_writer_wait);
1925 prepare_to_wait(&root->log_writer_wait,
1932 finish_wait(&root->log_writer_wait, &wait);
2028 if (waitqueue_active(&log_root_tree->log_writer_wait))
2029 wake_up(&log_root_tree->log_writer_wait);
H A Ddisk-io.c932 init_waitqueue_head(&root->log_writer_wait);
H A Dctree.h1042 wait_queue_head_t log_writer_wait; member in struct:btrfs_root

Completed in 138 milliseconds