Home
last modified time | relevance | path

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

/fs/btrfs/
Dtransaction.c243 prepare_to_wait(&info->transaction_throttle, in throttle_on_drops()
246 finish_wait(&info->transaction_throttle, &wait); in throttle_on_drops()
250 finish_wait(&info->transaction_throttle, &wait); in throttle_on_drops()
686 wake_up(&root->fs_info->transaction_throttle); in drop_dirty_roots()
1035 wake_up(&root->fs_info->transaction_throttle); in btrfs_commit_transaction()
Dextent-tree.c3799 wake_up(&root->fs_info->transaction_throttle); in btrfs_drop_leaf_ref()
3838 wake_up(&root->fs_info->transaction_throttle); in cache_drop_leaf_ref()
4001 wake_up(&root->fs_info->transaction_throttle); in drop_level_one_refs()
4019 wake_up(&root->fs_info->transaction_throttle); in drop_level_one_refs()
4129 wake_up(&root->fs_info->transaction_throttle); in walk_down_tree()
4415 wake_up(&root->fs_info->transaction_throttle); in btrfs_drop_snapshot()
Dctree.h706 wait_queue_head_t transaction_throttle; member
Ddisk-io.c1639 init_waitqueue_head(&fs_info->transaction_throttle); in open_ctree()