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

/linux-master/fs/btrfs/
H A Dtransaction.c2487 * setting fs_info->running_transaction to NULL, lock tree_log_mutex to
2493 mutex_lock(&fs_info->tree_log_mutex);
2513 mutex_unlock(&fs_info->tree_log_mutex);
2522 mutex_unlock(&fs_info->tree_log_mutex);
H A Dfs.h516 struct mutex tree_log_mutex; member in struct:btrfs_fs_info
H A Dtree-log.c3135 * 2) Before writing our superblock we acquire the tree_log_mutex, so
3138 * transaction commit acquires the tree_log_mutex when the commit
3141 mutex_lock(&fs_info->tree_log_mutex);
3154 mutex_unlock(&fs_info->tree_log_mutex);
3161 mutex_unlock(&fs_info->tree_log_mutex);
H A Ddisk-io.c2797 mutex_init(&fs_info->tree_log_mutex);

Completed in 147 milliseconds