Home
last modified time | relevance | path

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

/linux-4.1.27/fs/btrfs/
Dtree-log.c2550 prepare_to_wait(&root->log_commit_wait[index], in wait_log_commit()
2558 finish_wait(&root->log_commit_wait[index], &wait); in wait_log_commit()
2855 if (waitqueue_active(&log_root_tree->log_commit_wait[index2])) in btrfs_sync_log()
2856 wake_up(&log_root_tree->log_commit_wait[index2]); in btrfs_sync_log()
2866 if (waitqueue_active(&root->log_commit_wait[index1])) in btrfs_sync_log()
2867 wake_up(&root->log_commit_wait[index1]); in btrfs_sync_log()
Ddisk-io.c1251 init_waitqueue_head(&root->log_commit_wait[0]); in __setup_root()
1252 init_waitqueue_head(&root->log_commit_wait[1]); in __setup_root()
Dctree.h1853 wait_queue_head_t log_commit_wait[2]; member