Home
last modified time | relevance | path

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

/linux-4.19.296/fs/btrfs/
Dtransaction.c1380 mutex_lock(&fs_info->tree_log_mutex); in qgroup_account_snapshot()
1417 mutex_unlock(&fs_info->tree_log_mutex); in qgroup_account_snapshot()
2182 mutex_lock(&fs_info->tree_log_mutex); in btrfs_commit_transaction()
2186 mutex_unlock(&fs_info->tree_log_mutex); in btrfs_commit_transaction()
2208 mutex_unlock(&fs_info->tree_log_mutex); in btrfs_commit_transaction()
2219 mutex_unlock(&fs_info->tree_log_mutex); in btrfs_commit_transaction()
2226 mutex_unlock(&fs_info->tree_log_mutex); in btrfs_commit_transaction()
2237 mutex_unlock(&fs_info->tree_log_mutex); in btrfs_commit_transaction()
2287 mutex_unlock(&fs_info->tree_log_mutex); in btrfs_commit_transaction()
2296 mutex_unlock(&fs_info->tree_log_mutex); in btrfs_commit_transaction()
Dtree-log.c153 mutex_lock(&fs_info->tree_log_mutex); in start_log_trans()
156 mutex_unlock(&fs_info->tree_log_mutex); in start_log_trans()
Dctree.h848 struct mutex tree_log_mutex; member
Ddisk-io.c2750 mutex_init(&fs_info->tree_log_mutex); in open_ctree()